#6B855F

Color #6B855F Axolotl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Axolotl #6B855F

Tints of Axolotl #6B855F

Color information

#6B855F (or 0x6B855F) is unknown color: approx Axolotl. HEX triplet: 6B, 85 and 5F. RGB value is (107,133,95). Sum of RGB (Red+Green+Blue) = 107+133+95=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #6B855F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B855F is #947AA0. Grayscale: #797979. Windows color (decimal): -9730721 or 6260075. OLE color: 6260075.

HSL color Cylindrical-coordinate representation of color #6B855F: hue angle of 101.05º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B855F is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.48.

Color convert

RGB10713395-
CMYK0.2000.290.48
HSL101.05º16.67%44.71%-
HSV(B)101.05º28.57%52.16%-
XYZ16.5220.7313.96-
YUV120.89113.39118.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 95 (37.5% from 255) = 28.36%
R=31.94%
G=39.70%
B=28.36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133950.2000.290.48101.0516.6744.71
Hex6B855F1401D3065112d
Octal15320513724035601452155
Binary110101110000101101111110100011101110000110010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B855F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B855F; }

 p { color: rgb(107,133,95); }

 H1.HeaderClassName
 {
   color: #6B855F;
 }
 .AnyTagClassName
 {
   color: #6B855F;
 }
</style>
background-color css

<style>
 a { background-color: #6B855F; }

 a { background-color: rgb(107,133,95); }

 div.DivClassName
 {
   background-color: #6B855F;
 }
 .BgClassName
 {
   background-color: #6B855F;
 }
</style>
border-color css

<style>
 span { border-color: #6B855F; }

 span { border-color: rgb(107,133,95); }

 td.TdClassName
 {
   border-color: #6B855F;
 }
 .TagClassName
 {
   border-color: #6B855F;
 }
</style>