Shades of Crocodile #6F6851
Tints of Crocodile #6F6851
RGB
CMYK
RGB Variations
Color information
#6F6851 (or 0x6F6851) is known color: Crocodile. HEX triplet: 6F, 68 and 51. RGB value is (111,104,81). Sum of RGB (Red+Green+Blue) = 111+104+81=296 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.5% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6851 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6851 is #9097AE. Grayscale: #676767. Windows color (decimal): -9476015 or 5335151. OLE color: 5335151.
HSL color Cylindrical-coordinate representation of color #6F6851: hue angle of 46º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F6851 is Cyan = 0, Magento = 0.06, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 81 | - |
| CMYK | 0 | 0.06 | 0.27 | 0.56 |
| HSL | 46º | 0.16% | 0.38% | - |
| HSV(B) | 46º | 0.27% | 0.44% | - |
| XYZ | 12.99 | 13.87 | 9.78 | - |
| YUV | 103.47 | 115.32 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 81 | 0 | 0.06 | 0.27 | 0.56 | 46 | 0.16 | 0.38 |
| Hex | 6F | 68 | 51 | 0 | 6 | 1B | 38 | 2E | 10 | 26 |
| Octal | 157 | 150 | 121 | 0 | 6 | 33 | 70 | 56 | 20 | 46 |
| Binary | 1101111 | 1101000 | 1010001 | 0 | 110 | 11011 | 111000 | 101110 | 10000 | 100110 |
Color Harmonies of #6F6851
Complementary color
Monochromatic Colors of #6F6851
Black with #6F6851
Text Example
Text Example
White with #6F6851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6851; }
p { color: rgb(111,104,81); }
H1.HeaderClassName
{
color: #6F6851;
}
.AnyTagClassName
{
color: #6F6851;
}
</style>
background-color css
<style>
a { background-color: #6F6851; }
a { background-color: rgb(111,104,81); }
div.DivClassName
{
background-color: #6F6851;
}
.BgClassName
{
background-color: #6F6851;
}
</style>
border-color css
<style>
span { border-color: #6F6851; }
span { border-color: rgb(111,104,81); }
td.TdClassName
{
border-color: #6F6851;
}
.TagClassName
{
border-color: #6F6851;
}
</style>