Shades of Crocodile #6F6C55
Tints of Crocodile #6F6C55
RGB
CMYK
RGB Variations
Color information
#6F6C55 (or 0x6F6C55) is known color: Crocodile. HEX triplet: 6F, 6C and 55. RGB value is (111,108,85). Sum of RGB (Red+Green+Blue) = 111+108+85=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C55 is #9093AA. Grayscale: #6A6A6A. Windows color (decimal): -9474987 or 5598319. OLE color: 5598319.
HSL color Cylindrical-coordinate representation of color #6F6C55: hue angle of 53.08º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6C55 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 85 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.56 |
| HSL | 53.08º | 0.13% | 0.38% | - |
| HSV(B) | 53.08º | 0.23% | 0.44% | - |
| XYZ | 13.56 | 14.76 | 10.73 | - |
| YUV | 106.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 85 | 0 | 0.03 | 0.23 | 0.56 | 53.08 | 0.13 | 0.38 |
| Hex | 6F | 6C | 55 | 0 | 3 | 17 | 38 | 35 | D | 26 |
| Octal | 157 | 154 | 125 | 0 | 3 | 27 | 70 | 65 | 15 | 46 |
| Binary | 1101111 | 1101100 | 1010101 | 0 | 11 | 10111 | 111000 | 110101 | 1101 | 100110 |
Color Harmonies of #6F6C55
Complementary color
Monochromatic Colors of #6F6C55
Black with #6F6C55
Text Example
Text Example
White with #6F6C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C55; }
p { color: rgb(111,108,85); }
H1.HeaderClassName
{
color: #6F6C55;
}
.AnyTagClassName
{
color: #6F6C55;
}
</style>
background-color css
<style>
a { background-color: #6F6C55; }
a { background-color: rgb(111,108,85); }
div.DivClassName
{
background-color: #6F6C55;
}
.BgClassName
{
background-color: #6F6C55;
}
</style>
border-color css
<style>
span { border-color: #6F6C55; }
span { border-color: rgb(111,108,85); }
td.TdClassName
{
border-color: #6F6C55;
}
.TagClassName
{
border-color: #6F6C55;
}
</style>