Shades of Crocodile #6F6956
Tints of Crocodile #6F6956
RGB
CMYK
RGB Variations
Color information
#6F6956 (or 0x6F6956) is known color: Crocodile. HEX triplet: 6F, 69 and 56. RGB value is (111,105,86). Sum of RGB (Red+Green+Blue) = 111+105+86=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6956 is #9096A9. Grayscale: #686868. Windows color (decimal): -9475754 or 5663087. OLE color: 5663087.
HSL color Cylindrical-coordinate representation of color #6F6956: hue angle of 45.6º 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 #6F6956 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 86 | - |
| CMYK | 0 | 0.05 | 0.23 | 0.56 |
| HSL | 45.6º | 0.13% | 0.39% | - |
| HSV(B) | 45.6º | 0.23% | 0.44% | - |
| XYZ | 13.29 | 14.15 | 10.84 | - |
| YUV | 104.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 86 | 0 | 0.05 | 0.23 | 0.56 | 45.6 | 0.13 | 0.39 |
| Hex | 6F | 69 | 56 | 0 | 5 | 17 | 38 | 2E | D | 27 |
| Octal | 157 | 151 | 126 | 0 | 5 | 27 | 70 | 56 | 15 | 47 |
| Binary | 1101111 | 1101001 | 1010110 | 0 | 101 | 10111 | 111000 | 101110 | 1101 | 100111 |
Color Harmonies of #6F6956
Complementary color
Monochromatic Colors of #6F6956
Black with #6F6956
Text Example
Text Example
White with #6F6956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6956; }
p { color: rgb(111,105,86); }
H1.HeaderClassName
{
color: #6F6956;
}
.AnyTagClassName
{
color: #6F6956;
}
</style>
background-color css
<style>
a { background-color: #6F6956; }
a { background-color: rgb(111,105,86); }
div.DivClassName
{
background-color: #6F6956;
}
.BgClassName
{
background-color: #6F6956;
}
</style>
border-color css
<style>
span { border-color: #6F6956; }
span { border-color: rgb(111,105,86); }
td.TdClassName
{
border-color: #6F6956;
}
.TagClassName
{
border-color: #6F6956;
}
</style>