#6D6652

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

Shades of Crocodile #6D6652

Tints of Crocodile #6D6652

Color information

#6D6652 (or 0x6D6652) is unknown color: approx Crocodile. HEX triplet: 6D, 66 and 52. RGB value is (109,102,82). Sum of RGB (Red+Green+Blue) = 109+102+82=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6652 is #9299AD. Grayscale: #656565. Windows color (decimal): -9607598 or 5400173. OLE color: 5400173.

HSL color Cylindrical-coordinate representation of color #6D6652: hue angle of 44.44º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D6652 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB10910282-
CMYK00.060.250.57
HSL44.44º14.14%37.45%-
HSV(B)44.44º24.77%42.75%-
XYZ12.5813.369.9-
YUV101.81116.82133.13-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.20%
GREEN value IS 102 (40.23% from 255) = 34.81%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=37.20%
G=34.81%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1091028200.060.250.5744.4414.1437.45
Hex6D66520619392ce25
Octal155146122063171541645
Binary1101101110011010100100110110011110011011001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,102,82); }

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

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

 a { background-color: rgb(109,102,82); }

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

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

 span { border-color: rgb(109,102,82); }

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