Shades of Crocodile #6C6449
Tints of Crocodile #6C6449
RGB
CMYK
RGB Variations
Color information
#6C6449 (or 0x6C6449) is known color: Crocodile. HEX triplet: 6C, 64 and 49. RGB value is (108,100,73). Sum of RGB (Red+Green+Blue) = 108+100+73=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 100 (39.45% from 255 or 35.59% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6449 is #939BB6. Grayscale: #636363. Windows color (decimal): -9673655 or 4809836. OLE color: 4809836.
HSL color Cylindrical-coordinate representation of color #6C6449: hue angle of 46.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C6449 is Cyan = 0, Magento = 0.07, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 100 | 73 | - |
| CMYK | 0 | 0.07 | 0.32 | 0.58 |
| HSL | 46.29º | 0.19% | 0.35% | - |
| HSV(B) | 46.29º | 0.32% | 0.42% | - |
| XYZ | 11.94 | 12.78 | 8.14 | - |
| YUV | 99.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 100 | 73 | 0 | 0.07 | 0.32 | 0.58 | 46.29 | 0.19 | 0.35 |
| Hex | 6C | 64 | 49 | 0 | 7 | 20 | 3A | 2E | 13 | 23 |
| Octal | 154 | 144 | 111 | 0 | 7 | 40 | 72 | 56 | 23 | 43 |
| Binary | 1101100 | 1100100 | 1001001 | 0 | 111 | 100000 | 111010 | 101110 | 10011 | 100011 |
Color Harmonies of #6C6449
Complementary color
Monochromatic Colors of #6C6449
Black with #6C6449
Text Example
Text Example
White with #6C6449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6449; }
p { color: rgb(108,100,73); }
H1.HeaderClassName
{
color: #6C6449;
}
.AnyTagClassName
{
color: #6C6449;
}
</style>
background-color css
<style>
a { background-color: #6C6449; }
a { background-color: rgb(108,100,73); }
div.DivClassName
{
background-color: #6C6449;
}
.BgClassName
{
background-color: #6C6449;
}
</style>
border-color css
<style>
span { border-color: #6C6449; }
span { border-color: rgb(108,100,73); }
td.TdClassName
{
border-color: #6C6449;
}
.TagClassName
{
border-color: #6C6449;
}
</style>