#6D845F

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

Shades of Axolotl #6D845F

Tints of Axolotl #6D845F

Color information

#6D845F (or 0x6D845F) is unknown color: approx Axolotl. HEX triplet: 6D, 84 and 5F. RGB value is (109,132,95). Sum of RGB (Red+Green+Blue) = 109+132+95=336 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.44% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #6D845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D845F is #927BA0. Grayscale: #797979. Windows color (decimal): -9599905 or 6259821. OLE color: 6259821.

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

Color convert

RGB10913295-
CMYK0.1700.280.48
HSL97.3º16.3%44.51%-
HSV(B)97.3º28.03%51.76%-
XYZ16.6220.5813.92-
YUV120.9113.38119.51-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.44%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 95 (37.5% from 255) = 28.27%
R=32.44%
G=39.29%
B=28.27%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109132950.1700.280.4897.316.344.51
Hex6D845F1101C3061102d
Octal15520413721034601412055
Binary110110110000100101111110001011100110000110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D845F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,132,95); }

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

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

 a { background-color: rgb(109,132,95); }

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

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

 span { border-color: rgb(109,132,95); }

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