Shades of Crocodile #6F6A52
Tints of Crocodile #6F6A52
RGB
CMYK
RGB Variations
Color information
#6F6A52 (or 0x6F6A52) is known color: Crocodile. HEX triplet: 6F, 6A and 52. RGB value is (111,106,82). Sum of RGB (Red+Green+Blue) = 111+106+82=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6A52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6A52 is #9095AD. Grayscale: #686868. Windows color (decimal): -9475502 or 5401199. OLE color: 5401199.
HSL color Cylindrical-coordinate representation of color #6F6A52: hue angle of 49.66º 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 #6F6A52 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 106 | 82 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.56 |
| HSL | 49.66º | 0.15% | 0.38% | - |
| HSV(B) | 49.66º | 0.26% | 0.44% | - |
| XYZ | 13.23 | 14.3 | 10.04 | - |
| YUV | 104.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 106 | 82 | 0 | 0.05 | 0.26 | 0.56 | 49.66 | 0.15 | 0.38 |
| Hex | 6F | 6A | 52 | 0 | 5 | 1A | 38 | 32 | F | 26 |
| Octal | 157 | 152 | 122 | 0 | 5 | 32 | 70 | 62 | 17 | 46 |
| Binary | 1101111 | 1101010 | 1010010 | 0 | 101 | 11010 | 111000 | 110010 | 1111 | 100110 |
Color Harmonies of #6F6A52
Complementary color
Monochromatic Colors of #6F6A52
Black with #6F6A52
Text Example
Text Example
White with #6F6A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6A52; }
p { color: rgb(111,106,82); }
H1.HeaderClassName
{
color: #6F6A52;
}
.AnyTagClassName
{
color: #6F6A52;
}
</style>
background-color css
<style>
a { background-color: #6F6A52; }
a { background-color: rgb(111,106,82); }
div.DivClassName
{
background-color: #6F6A52;
}
.BgClassName
{
background-color: #6F6A52;
}
</style>
border-color css
<style>
span { border-color: #6F6A52; }
span { border-color: rgb(111,106,82); }
td.TdClassName
{
border-color: #6F6A52;
}
.TagClassName
{
border-color: #6F6A52;
}
</style>