#6C865D

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

Shades of Axolotl #6C865D

Tints of Axolotl #6C865D

Color information

#6C865D (or 0x6C865D) is unknown color: approx Axolotl. HEX triplet: 6C, 86 and 5D. RGB value is (108,134,93). Sum of RGB (Red+Green+Blue) = 108+134+93=335 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.24% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 134 - color contains mainly: green. Hex color #6C865D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C865D is #9379A2. Grayscale: #797979. Windows color (decimal): -9664931 or 6129260. OLE color: 6129260.

HSL color Cylindrical-coordinate representation of color #6C865D: hue angle of 98.05º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6C865D is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB10813493-
CMYK0.1900.310.47
HSL98.05º18.06%44.51%-
HSV(B)98.05º30.6%52.55%-
XYZ16.6921.0313.54-
YUV121.55111.89118.33-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.24%
GREEN value IS 134 (52.73% from 255) = 40%
BLUE value IS 93 (36.72% from 255) = 27.76%
R=32.24%
G=40%
B=27.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108134930.1900.310.4798.0518.0644.51
Hex6C865D1301F2F62122d
Octal15420613523037571422255
Binary110110010000110101110110011011111101111110001010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C865D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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