Shades of Crocodile #6F6949
Tints of Crocodile #6F6949
RGB
CMYK
RGB Variations
Color information
#6F6949 (or 0x6F6949) is known color: Crocodile. HEX triplet: 6F, 69 and 49. RGB value is (111,105,73). Sum of RGB (Red+Green+Blue) = 111+105+73=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6949 is #9096B6. Grayscale: #676767. Windows color (decimal): -9475767 or 4811119. OLE color: 4811119.
HSL color Cylindrical-coordinate representation of color #6F6949: hue angle of 50.53º 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 #6F6949 is Cyan = 0, Magento = 0.05, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 105 | 73 | - |
| CMYK | 0 | 0.05 | 0.34 | 0.56 |
| HSL | 50.53º | 0.21% | 0.36% | - |
| HSV(B) | 50.53º | 0.34% | 0.44% | - |
| XYZ | 12.81 | 13.96 | 8.32 | - |
| YUV | 103.15 | 110.99 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 105 | 73 | 0 | 0.05 | 0.34 | 0.56 | 50.53 | 0.21 | 0.36 |
| Hex | 6F | 69 | 49 | 0 | 5 | 22 | 38 | 33 | 15 | 24 |
| Octal | 157 | 151 | 111 | 0 | 5 | 42 | 70 | 63 | 25 | 44 |
| Binary | 1101111 | 1101001 | 1001001 | 0 | 101 | 100010 | 111000 | 110011 | 10101 | 100100 |
Color Harmonies of #6F6949
Complementary color
Monochromatic Colors of #6F6949
Black with #6F6949
Text Example
Text Example
White with #6F6949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6949; }
p { color: rgb(111,105,73); }
H1.HeaderClassName
{
color: #6F6949;
}
.AnyTagClassName
{
color: #6F6949;
}
</style>
background-color css
<style>
a { background-color: #6F6949; }
a { background-color: rgb(111,105,73); }
div.DivClassName
{
background-color: #6F6949;
}
.BgClassName
{
background-color: #6F6949;
}
</style>
border-color css
<style>
span { border-color: #6F6949; }
span { border-color: rgb(111,105,73); }
td.TdClassName
{
border-color: #6F6949;
}
.TagClassName
{
border-color: #6F6949;
}
</style>