Shades of Crocodile #6F6D56
Tints of Crocodile #6F6D56
RGB
CMYK
RGB Variations
Color information
#6F6D56 (or 0x6F6D56) is known color: Crocodile. HEX triplet: 6F, 6D and 56. RGB value is (111,109,86). Sum of RGB (Red+Green+Blue) = 111+109+86=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 109 (42.97% from 255 or 35.62% from 306); Blue value is 86 (33.98% from 255 or 28.10% from 306); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6D56 is #9092A9. Grayscale: #6B6B6B. Windows color (decimal): -9474730 or 5664111. OLE color: 5664111.
HSL color Cylindrical-coordinate representation of color #6F6D56: hue angle of 55.2º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6D56 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 109 | 86 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.56 |
| HSL | 55.2º | 0.13% | 0.39% | - |
| HSV(B) | 55.2º | 0.23% | 0.44% | - |
| XYZ | 13.7 | 14.99 | 10.97 | - |
| YUV | 106.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 109 | 86 | 0 | 0.02 | 0.23 | 0.56 | 55.2 | 0.13 | 0.39 |
| Hex | 6F | 6D | 56 | 0 | 2 | 17 | 38 | 37 | D | 27 |
| Octal | 157 | 155 | 126 | 0 | 2 | 27 | 70 | 67 | 15 | 47 |
| Binary | 1101111 | 1101101 | 1010110 | 0 | 10 | 10111 | 111000 | 110111 | 1101 | 100111 |
Color Harmonies of #6F6D56
Complementary color
Monochromatic Colors of #6F6D56
Black with #6F6D56
Text Example
Text Example
White with #6F6D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6D56; }
p { color: rgb(111,109,86); }
H1.HeaderClassName
{
color: #6F6D56;
}
.AnyTagClassName
{
color: #6F6D56;
}
</style>
background-color css
<style>
a { background-color: #6F6D56; }
a { background-color: rgb(111,109,86); }
div.DivClassName
{
background-color: #6F6D56;
}
.BgClassName
{
background-color: #6F6D56;
}
</style>
border-color css
<style>
span { border-color: #6F6D56; }
span { border-color: rgb(111,109,86); }
td.TdClassName
{
border-color: #6F6D56;
}
.TagClassName
{
border-color: #6F6D56;
}
</style>