Shades of Crocodile #6F6749
Tints of Crocodile #6F6749
RGB
CMYK
RGB Variations
Color information
#6F6749 (or 0x6F6749) is known color: Crocodile. HEX triplet: 6F, 67 and 49. RGB value is (111,103,73). Sum of RGB (Red+Green+Blue) = 111+103+73=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6749 is #9098B6. Grayscale: #666666. Windows color (decimal): -9476279 or 4810607. OLE color: 4810607.
HSL color Cylindrical-coordinate representation of color #6F6749: hue angle of 47.37º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F6749 is Cyan = 0, Magento = 0.07, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 103 | 73 | - |
| CMYK | 0 | 0.07 | 0.34 | 0.56 |
| HSL | 47.37º | 0.21% | 0.36% | - |
| HSV(B) | 47.37º | 0.34% | 0.44% | - |
| XYZ | 12.61 | 13.56 | 8.26 | - |
| YUV | 101.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 103 | 73 | 0 | 0.07 | 0.34 | 0.56 | 47.37 | 0.21 | 0.36 |
| Hex | 6F | 67 | 49 | 0 | 7 | 22 | 38 | 2F | 15 | 24 |
| Octal | 157 | 147 | 111 | 0 | 7 | 42 | 70 | 57 | 25 | 44 |
| Binary | 1101111 | 1100111 | 1001001 | 0 | 111 | 100010 | 111000 | 101111 | 10101 | 100100 |
Color Harmonies of #6F6749
Complementary color
Monochromatic Colors of #6F6749
Black with #6F6749
Text Example
Text Example
White with #6F6749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6749; }
p { color: rgb(111,103,73); }
H1.HeaderClassName
{
color: #6F6749;
}
.AnyTagClassName
{
color: #6F6749;
}
</style>
background-color css
<style>
a { background-color: #6F6749; }
a { background-color: rgb(111,103,73); }
div.DivClassName
{
background-color: #6F6749;
}
.BgClassName
{
background-color: #6F6749;
}
</style>
border-color css
<style>
span { border-color: #6F6749; }
span { border-color: rgb(111,103,73); }
td.TdClassName
{
border-color: #6F6749;
}
.TagClassName
{
border-color: #6F6749;
}
</style>