Shades of Crocodile #6F6854
Tints of Crocodile #6F6854
RGB
CMYK
RGB Variations
Color information
#6F6854 (or 0x6F6854) is known color: Crocodile. HEX triplet: 6F, 68 and 54. RGB value is (111,104,84). Sum of RGB (Red+Green+Blue) = 111+104+84=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 104 (41.02% from 255 or 34.78% from 299); Blue value is 84 (33.20% from 255 or 28.09% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6854 is #9097AB. Grayscale: #676767. Windows color (decimal): -9476012 or 5531759. OLE color: 5531759.
HSL color Cylindrical-coordinate representation of color #6F6854: hue angle of 44.44º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F6854 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 84 | - |
| CMYK | 0 | 0.06 | 0.24 | 0.56 |
| HSL | 44.44º | 0.14% | 0.38% | - |
| HSV(B) | 44.44º | 0.24% | 0.44% | - |
| XYZ | 13.11 | 13.92 | 10.38 | - |
| YUV | 103.81 | 116.82 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 84 | 0 | 0.06 | 0.24 | 0.56 | 44.44 | 0.14 | 0.38 |
| Hex | 6F | 68 | 54 | 0 | 6 | 18 | 38 | 2C | E | 26 |
| Octal | 157 | 150 | 124 | 0 | 6 | 30 | 70 | 54 | 16 | 46 |
| Binary | 1101111 | 1101000 | 1010100 | 0 | 110 | 11000 | 111000 | 101100 | 1110 | 100110 |
Color Harmonies of #6F6854
Complementary color
Monochromatic Colors of #6F6854
Black with #6F6854
Text Example
Text Example
White with #6F6854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6854; }
p { color: rgb(111,104,84); }
H1.HeaderClassName
{
color: #6F6854;
}
.AnyTagClassName
{
color: #6F6854;
}
</style>
background-color css
<style>
a { background-color: #6F6854; }
a { background-color: rgb(111,104,84); }
div.DivClassName
{
background-color: #6F6854;
}
.BgClassName
{
background-color: #6F6854;
}
</style>
border-color css
<style>
span { border-color: #6F6854; }
span { border-color: rgb(111,104,84); }
td.TdClassName
{
border-color: #6F6854;
}
.TagClassName
{
border-color: #6F6854;
}
</style>