#6C865E

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

Shades of Axolotl #6C865E

Tints of Axolotl #6C865E

Color information

#6C865E (or 0x6C865E) is unknown color: approx Axolotl. HEX triplet: 6C, 86 and 5E. RGB value is (108,134,94). Sum of RGB (Red+Green+Blue) = 108+134+94=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 94 (37.11% from 255 or 27.98% from 336); Max value from RGB is 134 - color contains mainly: green. Hex color #6C865E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C865E is #9379A1. Grayscale: #797979. Windows color (decimal): -9664930 or 6194796. OLE color: 6194796.

HSL color Cylindrical-coordinate representation of color #6C865E: hue angle of 99º 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 #6C865E is Cyan = 0.19, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB10813494-
CMYK0.1900.300.47
HSL99º17.54%44.71%-
HSV(B)99º29.85%52.55%-
XYZ16.7321.0513.77-
YUV121.67112.39118.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.14%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 94 (37.11% from 255) = 27.98%
R=32.14%
G=39.88%
B=27.98%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108134940.1900.300.479917.5444.71
Hex6C865E1301E2F63122d
Octal15420613623036571432255
Binary110110010000110101111010011011110101111110001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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