Shades of Crocodile #6F6C53
Tints of Crocodile #6F6C53
RGB
CMYK
RGB Variations
Color information
#6F6C53 (or 0x6F6C53) is known color: Crocodile. HEX triplet: 6F, 6C and 53. RGB value is (111,108,83). Sum of RGB (Red+Green+Blue) = 111+108+83=302 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.75% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6C53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6C53 is #9093AC. Grayscale: #6A6A6A. Windows color (decimal): -9474989 or 5467247. OLE color: 5467247.
HSL color Cylindrical-coordinate representation of color #6F6C53: hue angle of 53.57º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F6C53 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 108 | 83 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.56 |
| HSL | 53.57º | 0.14% | 0.38% | - |
| HSV(B) | 53.57º | 0.25% | 0.44% | - |
| XYZ | 13.48 | 14.73 | 10.32 | - |
| YUV | 106.05 | 114.99 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 108 | 83 | 0 | 0.03 | 0.25 | 0.56 | 53.57 | 0.14 | 0.38 |
| Hex | 6F | 6C | 53 | 0 | 3 | 19 | 38 | 36 | E | 26 |
| Octal | 157 | 154 | 123 | 0 | 3 | 31 | 70 | 66 | 16 | 46 |
| Binary | 1101111 | 1101100 | 1010011 | 0 | 11 | 11001 | 111000 | 110110 | 1110 | 100110 |
Color Harmonies of #6F6C53
Complementary color
Monochromatic Colors of #6F6C53
Black with #6F6C53
Text Example
Text Example
White with #6F6C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6C53; }
p { color: rgb(111,108,83); }
H1.HeaderClassName
{
color: #6F6C53;
}
.AnyTagClassName
{
color: #6F6C53;
}
</style>
background-color css
<style>
a { background-color: #6F6C53; }
a { background-color: rgb(111,108,83); }
div.DivClassName
{
background-color: #6F6C53;
}
.BgClassName
{
background-color: #6F6C53;
}
</style>
border-color css
<style>
span { border-color: #6F6C53; }
span { border-color: rgb(111,108,83); }
td.TdClassName
{
border-color: #6F6C53;
}
.TagClassName
{
border-color: #6F6C53;
}
</style>