Shades of Crocodile #6C6851
Tints of Crocodile #6C6851
RGB
CMYK
RGB Variations
Color information
#6C6851 (or 0x6C6851) is known color: Crocodile. HEX triplet: 6C, 68 and 51. RGB value is (108,104,81). Sum of RGB (Red+Green+Blue) = 108+104+81=293 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.86% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 81 (32.03% from 255 or 27.65% from 293); Max value from RGB is 108 - color contains mainly: red. Hex color #6C6851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6851 is #9397AE. Grayscale: #666666. Windows color (decimal): -9672623 or 5335148. OLE color: 5335148.
HSL color Cylindrical-coordinate representation of color #6C6851: hue angle of 51.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C6851 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 104 | 81 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.58 |
| HSL | 51.11º | 0.14% | 0.37% | - |
| HSV(B) | 51.11º | 0.25% | 0.42% | - |
| XYZ | 12.62 | 13.68 | 9.76 | - |
| YUV | 102.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 104 | 81 | 0 | 0.04 | 0.25 | 0.58 | 51.11 | 0.14 | 0.37 |
| Hex | 6C | 68 | 51 | 0 | 4 | 19 | 3A | 33 | E | 25 |
| Octal | 154 | 150 | 121 | 0 | 4 | 31 | 72 | 63 | 16 | 45 |
| Binary | 1101100 | 1101000 | 1010001 | 0 | 100 | 11001 | 111010 | 110011 | 1110 | 100101 |
Color Harmonies of #6C6851
Complementary color
Monochromatic Colors of #6C6851
Black with #6C6851
Text Example
Text Example
White with #6C6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6851; }
p { color: rgb(108,104,81); }
H1.HeaderClassName
{
color: #6C6851;
}
.AnyTagClassName
{
color: #6C6851;
}
</style>
background-color css
<style>
a { background-color: #6C6851; }
a { background-color: rgb(108,104,81); }
div.DivClassName
{
background-color: #6C6851;
}
.BgClassName
{
background-color: #6C6851;
}
</style>
border-color css
<style>
span { border-color: #6C6851; }
span { border-color: rgb(108,104,81); }
td.TdClassName
{
border-color: #6C6851;
}
.TagClassName
{
border-color: #6C6851;
}
</style>