Shades of Crocodile #6C6647
Tints of Crocodile #6C6647
RGB
CMYK
RGB Variations
Color information
#6C6647 (or 0x6C6647) is known color: Crocodile. HEX triplet: 6C, 66 and 47. RGB value is (108,102,71). Sum of RGB (Red+Green+Blue) = 108+102+71=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 102 (40.23% from 255 or 36.30% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6647 is #9399B8. Grayscale: #646464. Windows color (decimal): -9673145 or 4679276. OLE color: 4679276.
HSL color Cylindrical-coordinate representation of color #6C6647: hue angle of 50.27º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C6647 is Cyan = 0, Magento = 0.06, Yellow = 0.34 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 102 | 71 | - |
| CMYK | 0 | 0.06 | 0.34 | 0.58 |
| HSL | 50.27º | 0.21% | 0.35% | - |
| HSV(B) | 50.27º | 0.34% | 0.42% | - |
| XYZ | 12.07 | 13.15 | 7.86 | - |
| YUV | 100.26 | 111.49 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 102 | 71 | 0 | 0.06 | 0.34 | 0.58 | 50.27 | 0.21 | 0.35 |
| Hex | 6C | 66 | 47 | 0 | 6 | 22 | 3A | 32 | 15 | 23 |
| Octal | 154 | 146 | 107 | 0 | 6 | 42 | 72 | 62 | 25 | 43 |
| Binary | 1101100 | 1100110 | 1000111 | 0 | 110 | 100010 | 111010 | 110010 | 10101 | 100011 |
Color Harmonies of #6C6647
Complementary color
Monochromatic Colors of #6C6647
Black with #6C6647
Text Example
Text Example
White with #6C6647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6647; }
p { color: rgb(108,102,71); }
H1.HeaderClassName
{
color: #6C6647;
}
.AnyTagClassName
{
color: #6C6647;
}
</style>
background-color css
<style>
a { background-color: #6C6647; }
a { background-color: rgb(108,102,71); }
div.DivClassName
{
background-color: #6C6647;
}
.BgClassName
{
background-color: #6C6647;
}
</style>
border-color css
<style>
span { border-color: #6C6647; }
span { border-color: rgb(108,102,71); }
td.TdClassName
{
border-color: #6C6647;
}
.TagClassName
{
border-color: #6C6647;
}
</style>