#6D845E

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

Shades of Axolotl #6D845E

Tints of Axolotl #6D845E

Color information

#6D845E (or 0x6D845E) is unknown color: approx Axolotl. HEX triplet: 6D, 84 and 5E. RGB value is (109,132,94). Sum of RGB (Red+Green+Blue) = 109+132+94=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #6D845E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D845E is #927BA1. Grayscale: #787878. Windows color (decimal): -9599906 or 6194285. OLE color: 6194285.

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

Color convert

RGB10913294-
CMYK0.1700.290.48
HSL96.32º16.81%44.31%-
HSV(B)96.32º28.79%51.76%-
XYZ16.5820.5613.68-
YUV120.79112.88119.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=32.54%
G=39.40%
B=28.06%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109132940.1700.290.4896.3216.8144.31
Hex6D845E1101D3060112c
Octal15520413621035601402154
Binary110110110000100101111010001011101110000110000010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D845E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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