Shades of Crocodile #6F6957
Tints of Crocodile #6F6957
RGB
CMYK
RGB Variations
Color information
#6F6957 (or 0x6F6957) is known color: Crocodile. HEX triplet: 6F, 69 and 57. RGB value is (111,105,87). Sum of RGB (Red+Green+Blue) = 111+105+87=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 87 (34.38% from 255 or 28.71% from 303); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6957 is #9096A8. Grayscale: #686868. Windows color (decimal): -9475753 or 5728623. OLE color: 5728623.
HSL color Cylindrical-coordinate representation of color #6F6957: hue angle of 45º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F6957 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 87 | - |
| CMYK | 0 | 0.05 | 0.22 | 0.56 |
| HSL | 45º | 0.12% | 0.39% | - |
| HSV(B) | 45º | 0.22% | 0.44% | - |
| XYZ | 13.33 | 14.17 | 11.05 | - |
| YUV | 104.74 | 117.99 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 87 | 0 | 0.05 | 0.22 | 0.56 | 45 | 0.12 | 0.39 |
| Hex | 6F | 69 | 57 | 0 | 5 | 16 | 38 | 2D | C | 27 |
| Octal | 157 | 151 | 127 | 0 | 5 | 26 | 70 | 55 | 14 | 47 |
| Binary | 1101111 | 1101001 | 1010111 | 0 | 101 | 10110 | 111000 | 101101 | 1100 | 100111 |
Color Harmonies of #6F6957
Complementary color
Monochromatic Colors of #6F6957
Black with #6F6957
Text Example
Text Example
White with #6F6957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6957; }
p { color: rgb(111,105,87); }
H1.HeaderClassName
{
color: #6F6957;
}
.AnyTagClassName
{
color: #6F6957;
}
</style>
background-color css
<style>
a { background-color: #6F6957; }
a { background-color: rgb(111,105,87); }
div.DivClassName
{
background-color: #6F6957;
}
.BgClassName
{
background-color: #6F6957;
}
</style>
border-color css
<style>
span { border-color: #6F6957; }
span { border-color: rgb(111,105,87); }
td.TdClassName
{
border-color: #6F6957;
}
.TagClassName
{
border-color: #6F6957;
}
</style>