#6C855E

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

Shades of Axolotl #6C855E

Tints of Axolotl #6C855E

Color information

#6C855E (or 0x6C855E) is unknown color: approx Axolotl. HEX triplet: 6C, 85 and 5E. RGB value is (108,133,94). Sum of RGB (Red+Green+Blue) = 108+133+94=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 94 (37.11% from 255 or 28.06% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #6C855E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C855E is #937AA1. Grayscale: #797979. Windows color (decimal): -9665186 or 6194540. OLE color: 6194540.

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

Color convert

RGB10813394-
CMYK0.1900.290.48
HSL98.46º17.18%44.51%-
HSV(B)98.46º29.32%52.16%-
XYZ16.5920.7713.72-
YUV121.08112.72118.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 133 (52.34% from 255) = 39.70%
BLUE value IS 94 (37.11% from 255) = 28.06%
R=32.24%
G=39.70%
B=28.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108133940.1900.290.4898.4617.1844.51
Hex6C855E1301D3062112d
Octal15420513623035601422155
Binary110110010000101101111010011011101110000110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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