#6D6A56

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

Shades of Crocodile #6D6A56

Tints of Crocodile #6D6A56

Color information

#6D6A56 (or 0x6D6A56) is unknown color: approx Crocodile. HEX triplet: 6D, 6A and 56. RGB value is (109,106,86). Sum of RGB (Red+Green+Blue) = 109+106+86=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 86 (33.98% from 255 or 28.57% from 301); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6A56 is #9295A9. Grayscale: #686868. Windows color (decimal): -9606570 or 5663341. OLE color: 5663341.

HSL color Cylindrical-coordinate representation of color #6D6A56: hue angle of 52.17º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D6A56 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB10910686-
CMYK00.030.210.57
HSL52.17º11.79%38.24%-
HSV(B)52.17º21.1%42.75%-
XYZ13.1414.2310.86-
YUV104.62117.49131.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 106 (41.80% from 255) = 35.22%
BLUE value IS 86 (33.98% from 255) = 28.57%
R=36.21%
G=35.22%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091068600.030.210.5752.1711.7938.24
Hex6D6A5603153934c26
Octal155152126032571641446
Binary110110111010101010110011101011110011101001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,106,86); }

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

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

 a { background-color: rgb(109,106,86); }

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

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

 span { border-color: rgb(109,106,86); }

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