#6B865E

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

Shades of Axolotl #6B865E

Tints of Axolotl #6B865E

Color information

#6B865E (or 0x6B865E) is unknown color: approx Axolotl. HEX triplet: 6B, 86 and 5E. RGB value is (107,134,94). Sum of RGB (Red+Green+Blue) = 107+134+94=335 (44% of max value = 765). Red value is 107 (42.19% from 255 or 31.94% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #6B865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B865E is #9479A1. Grayscale: #797979. Windows color (decimal): -9730466 or 6194795. OLE color: 6194795.

HSL color Cylindrical-coordinate representation of color #6B865E: hue angle of 100.5º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B865E is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB10713494-
CMYK0.2000.300.47
HSL100.5º17.54%44.71%-
HSV(B)100.5º29.85%52.55%-
XYZ16.6120.9813.76-
YUV121.37112.55117.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.94%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=31.94%
G=40%
B=28.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal107134940.2000.300.47100.517.5444.71
Hex6B865E1401E2F64122d
Octal15320613624036571442255
Binary110101110000110101111010100011110101111110010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,134,94); }

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

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

 a { background-color: rgb(107,134,94); }

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

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

 span { border-color: rgb(107,134,94); }

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