#6D855D

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

Shades of Axolotl #6D855D

Tints of Axolotl #6D855D

Color information

#6D855D (or 0x6D855D) is unknown color: approx Axolotl. HEX triplet: 6D, 85 and 5D. RGB value is (109,133,93). Sum of RGB (Red+Green+Blue) = 109+133+93=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #6D855D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D855D is #927AA2. Grayscale: #797979. Windows color (decimal): -9599651 or 6129005. OLE color: 6129005.

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

Color convert

RGB10913393-
CMYK0.1800.300.48
HSL96º17.7%44.31%-
HSV(B)96º30.08%52.16%-
XYZ16.6720.8213.5-
YUV121.26112.05119.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=32.54%
G=39.70%
B=27.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal109133930.1800.300.489617.744.31
Hex6D855D1201E3060122c
Octal15520513522036601402254
Binary110110110000101101110110010011110110000110000010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,133,93); }

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

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

 a { background-color: rgb(109,133,93); }

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

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

 span { border-color: rgb(109,133,93); }

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