Shades of Crocodile #6F6855
Tints of Crocodile #6F6855
RGB
CMYK
RGB Variations
Color information
#6F6855 (or 0x6F6855) is known color: Crocodile. HEX triplet: 6F, 68 and 55. RGB value is (111,104,85). Sum of RGB (Red+Green+Blue) = 111+104+85=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 104 (41.02% from 255 or 34.67% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6855 is #9097AA. Grayscale: #686868. Windows color (decimal): -9476011 or 5597295. OLE color: 5597295.
HSL color Cylindrical-coordinate representation of color #6F6855: hue angle of 43.85º 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 #6F6855 is Cyan = 0, Magento = 0.06, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 85 | - |
| CMYK | 0 | 0.06 | 0.23 | 0.56 |
| HSL | 43.85º | 0.13% | 0.38% | - |
| HSV(B) | 43.85º | 0.23% | 0.44% | - |
| XYZ | 13.15 | 13.94 | 10.59 | - |
| YUV | 103.93 | 117.32 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 85 | 0 | 0.06 | 0.23 | 0.56 | 43.85 | 0.13 | 0.38 |
| Hex | 6F | 68 | 55 | 0 | 6 | 17 | 38 | 2C | D | 26 |
| Octal | 157 | 150 | 125 | 0 | 6 | 27 | 70 | 54 | 15 | 46 |
| Binary | 1101111 | 1101000 | 1010101 | 0 | 110 | 10111 | 111000 | 101100 | 1101 | 100110 |
Color Harmonies of #6F6855
Complementary color
Monochromatic Colors of #6F6855
Black with #6F6855
Text Example
Text Example
White with #6F6855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6855; }
p { color: rgb(111,104,85); }
H1.HeaderClassName
{
color: #6F6855;
}
.AnyTagClassName
{
color: #6F6855;
}
</style>
background-color css
<style>
a { background-color: #6F6855; }
a { background-color: rgb(111,104,85); }
div.DivClassName
{
background-color: #6F6855;
}
.BgClassName
{
background-color: #6F6855;
}
</style>
border-color css
<style>
span { border-color: #6F6855; }
span { border-color: rgb(111,104,85); }
td.TdClassName
{
border-color: #6F6855;
}
.TagClassName
{
border-color: #6F6855;
}
</style>