Shades of Crocodile #6F6751
Tints of Crocodile #6F6751
RGB
CMYK
RGB Variations
Color information
#6F6751 (or 0x6F6751) is known color: Crocodile. HEX triplet: 6F, 67 and 51. RGB value is (111,103,81). Sum of RGB (Red+Green+Blue) = 111+103+81=295 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.63% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6751 is #9098AE. Grayscale: #666666. Windows color (decimal): -9476271 or 5334895. OLE color: 5334895.
HSL color Cylindrical-coordinate representation of color #6F6751: hue angle of 44º 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 #6F6751 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 81 | - |
| CMYK | 0 | 0.07 | 0.27 | 0.56 |
| HSL | 44º | 0.16% | 0.38% | - |
| HSV(B) | 44º | 0.27% | 0.44% | - |
| XYZ | 12.89 | 13.67 | 9.74 | - |
| YUV | 102.88 | 115.65 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 81 | 0 | 0.07 | 0.27 | 0.56 | 44 | 0.16 | 0.38 |
| Hex | 6F | 67 | 51 | 0 | 7 | 1B | 38 | 2C | 10 | 26 |
| Octal | 157 | 147 | 121 | 0 | 7 | 33 | 70 | 54 | 20 | 46 |
| Binary | 1101111 | 1100111 | 1010001 | 0 | 111 | 11011 | 111000 | 101100 | 10000 | 100110 |
Color Harmonies of #6F6751
Complementary color
Monochromatic Colors of #6F6751
Black with #6F6751
Text Example
Text Example
White with #6F6751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6751; }
p { color: rgb(111,103,81); }
H1.HeaderClassName
{
color: #6F6751;
}
.AnyTagClassName
{
color: #6F6751;
}
</style>
background-color css
<style>
a { background-color: #6F6751; }
a { background-color: rgb(111,103,81); }
div.DivClassName
{
background-color: #6F6751;
}
.BgClassName
{
background-color: #6F6751;
}
</style>
border-color css
<style>
span { border-color: #6F6751; }
span { border-color: rgb(111,103,81); }
td.TdClassName
{
border-color: #6F6751;
}
.TagClassName
{
border-color: #6F6751;
}
</style>