Shades of Crocodile #6F6953
Tints of Crocodile #6F6953
RGB
CMYK
RGB Variations
Color information
#6F6953 (or 0x6F6953) is known color: Crocodile. HEX triplet: 6F, 69 and 53. RGB value is (111,105,83). Sum of RGB (Red+Green+Blue) = 111+105+83=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 105 (41.41% from 255 or 35.12% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6953 is #9096AC. Grayscale: #686868. Windows color (decimal): -9475757 or 5466479. OLE color: 5466479.
HSL color Cylindrical-coordinate representation of color #6F6953: hue angle of 47.14º 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 #6F6953 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 83 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.56 |
| HSL | 47.14º | 0.14% | 0.38% | - |
| HSV(B) | 47.14º | 0.25% | 0.44% | - |
| XYZ | 13.17 | 14.11 | 10.21 | - |
| YUV | 104.29 | 115.99 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 83 | 0 | 0.05 | 0.25 | 0.56 | 47.14 | 0.14 | 0.38 |
| Hex | 6F | 69 | 53 | 0 | 5 | 19 | 38 | 2F | E | 26 |
| Octal | 157 | 151 | 123 | 0 | 5 | 31 | 70 | 57 | 16 | 46 |
| Binary | 1101111 | 1101001 | 1010011 | 0 | 101 | 11001 | 111000 | 101111 | 1110 | 100110 |
Color Harmonies of #6F6953
Complementary color
Monochromatic Colors of #6F6953
Black with #6F6953
Text Example
Text Example
White with #6F6953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6953; }
p { color: rgb(111,105,83); }
H1.HeaderClassName
{
color: #6F6953;
}
.AnyTagClassName
{
color: #6F6953;
}
</style>
background-color css
<style>
a { background-color: #6F6953; }
a { background-color: rgb(111,105,83); }
div.DivClassName
{
background-color: #6F6953;
}
.BgClassName
{
background-color: #6F6953;
}
</style>
border-color css
<style>
span { border-color: #6F6953; }
span { border-color: rgb(111,105,83); }
td.TdClassName
{
border-color: #6F6953;
}
.TagClassName
{
border-color: #6F6953;
}
</style>