Shades of Crocodile #6F6852
Tints of Crocodile #6F6852
RGB
CMYK
RGB Variations
Color information
#6F6852 (or 0x6F6852) is known color: Crocodile. HEX triplet: 6F, 68 and 52. RGB value is (111,104,82). Sum of RGB (Red+Green+Blue) = 111+104+82=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 104 (41.02% from 255 or 35.02% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6852 is #9097AD. Grayscale: #676767. Windows color (decimal): -9476014 or 5400687. OLE color: 5400687.
HSL color Cylindrical-coordinate representation of color #6F6852: hue angle of 45.52º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F6852 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 82 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.56 |
| HSL | 45.52º | 0.15% | 0.38% | - |
| HSV(B) | 45.52º | 0.26% | 0.44% | - |
| XYZ | 13.03 | 13.89 | 9.98 | - |
| YUV | 103.59 | 115.82 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 82 | 0 | 0.06 | 0.26 | 0.56 | 45.52 | 0.15 | 0.38 |
| Hex | 6F | 68 | 52 | 0 | 6 | 1A | 38 | 2E | F | 26 |
| Octal | 157 | 150 | 122 | 0 | 6 | 32 | 70 | 56 | 17 | 46 |
| Binary | 1101111 | 1101000 | 1010010 | 0 | 110 | 11010 | 111000 | 101110 | 1111 | 100110 |
Color Harmonies of #6F6852
Complementary color
Monochromatic Colors of #6F6852
Black with #6F6852
Text Example
Text Example
White with #6F6852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6852; }
p { color: rgb(111,104,82); }
H1.HeaderClassName
{
color: #6F6852;
}
.AnyTagClassName
{
color: #6F6852;
}
</style>
background-color css
<style>
a { background-color: #6F6852; }
a { background-color: rgb(111,104,82); }
div.DivClassName
{
background-color: #6F6852;
}
.BgClassName
{
background-color: #6F6852;
}
</style>
border-color css
<style>
span { border-color: #6F6852; }
span { border-color: rgb(111,104,82); }
td.TdClassName
{
border-color: #6F6852;
}
.TagClassName
{
border-color: #6F6852;
}
</style>