Shades of Crocodile #6C6952
Tints of Crocodile #6C6952
RGB
CMYK
RGB Variations
Color information
#6C6952 (or 0x6C6952) is known color: Crocodile. HEX triplet: 6C, 69 and 52. RGB value is (108,105,82). Sum of RGB (Red+Green+Blue) = 108+105+82=295 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.61% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6952 is #9396AD. Grayscale: #676767. Windows color (decimal): -9672366 or 5400940. OLE color: 5400940.
HSL color Cylindrical-coordinate representation of color #6C6952: hue angle of 53.08º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C6952 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 105 | 82 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.58 |
| HSL | 53.08º | 0.14% | 0.37% | - |
| HSV(B) | 53.08º | 0.24% | 0.42% | - |
| XYZ | 12.76 | 13.9 | 9.99 | - |
| YUV | 103.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 105 | 82 | 0 | 0.03 | 0.24 | 0.58 | 53.08 | 0.14 | 0.37 |
| Hex | 6C | 69 | 52 | 0 | 3 | 18 | 3A | 35 | E | 25 |
| Octal | 154 | 151 | 122 | 0 | 3 | 30 | 72 | 65 | 16 | 45 |
| Binary | 1101100 | 1101001 | 1010010 | 0 | 11 | 11000 | 111010 | 110101 | 1110 | 100101 |
Color Harmonies of #6C6952
Complementary color
Monochromatic Colors of #6C6952
Black with #6C6952
Text Example
Text Example
White with #6C6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6952; }
p { color: rgb(108,105,82); }
H1.HeaderClassName
{
color: #6C6952;
}
.AnyTagClassName
{
color: #6C6952;
}
</style>
background-color css
<style>
a { background-color: #6C6952; }
a { background-color: rgb(108,105,82); }
div.DivClassName
{
background-color: #6C6952;
}
.BgClassName
{
background-color: #6C6952;
}
</style>
border-color css
<style>
span { border-color: #6C6952; }
span { border-color: rgb(108,105,82); }
td.TdClassName
{
border-color: #6C6952;
}
.TagClassName
{
border-color: #6C6952;
}
</style>