Shades of Crocodile #6F6952
Tints of Crocodile #6F6952
RGB
CMYK
RGB Variations
Color information
#6F6952 (or 0x6F6952) is known color: Crocodile. HEX triplet: 6F, 69 and 52. RGB value is (111,105,82). Sum of RGB (Red+Green+Blue) = 111+105+82=298 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.25% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 82 (32.42% from 255 or 27.52% from 298); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6952 is #9096AD. Grayscale: #686868. Windows color (decimal): -9475758 or 5400943. OLE color: 5400943.
HSL color Cylindrical-coordinate representation of color #6F6952: hue angle of 47.59º 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 #6F6952 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 82 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.56 |
| HSL | 47.59º | 0.15% | 0.38% | - |
| HSV(B) | 47.59º | 0.26% | 0.44% | - |
| XYZ | 13.13 | 14.09 | 10.01 | - |
| YUV | 104.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 82 | 0 | 0.05 | 0.26 | 0.56 | 47.59 | 0.15 | 0.38 |
| Hex | 6F | 69 | 52 | 0 | 5 | 1A | 38 | 30 | F | 26 |
| Octal | 157 | 151 | 122 | 0 | 5 | 32 | 70 | 60 | 17 | 46 |
| Binary | 1101111 | 1101001 | 1010010 | 0 | 101 | 11010 | 111000 | 110000 | 1111 | 100110 |
Color Harmonies of #6F6952
Complementary color
Monochromatic Colors of #6F6952
Black with #6F6952
Text Example
Text Example
White with #6F6952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6952; }
p { color: rgb(111,105,82); }
H1.HeaderClassName
{
color: #6F6952;
}
.AnyTagClassName
{
color: #6F6952;
}
</style>
background-color css
<style>
a { background-color: #6F6952; }
a { background-color: rgb(111,105,82); }
div.DivClassName
{
background-color: #6F6952;
}
.BgClassName
{
background-color: #6F6952;
}
</style>
border-color css
<style>
span { border-color: #6F6952; }
span { border-color: rgb(111,105,82); }
td.TdClassName
{
border-color: #6F6952;
}
.TagClassName
{
border-color: #6F6952;
}
</style>