Shades of Crocodile #6F6647
Tints of Crocodile #6F6647
RGB
CMYK
RGB Variations
Color information
#6F6647 (or 0x6F6647) is known color: Crocodile. HEX triplet: 6F, 66 and 47. RGB value is (111,102,71). Sum of RGB (Red+Green+Blue) = 111+102+71=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 102 (40.23% from 255 or 35.92% from 284); Blue value is 71 (28.12% from 255 or 25% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6647 is #9099B8. Grayscale: #656565. Windows color (decimal): -9476537 or 4679279. OLE color: 4679279.
HSL color Cylindrical-coordinate representation of color #6F6647: hue angle of 46.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F6647 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 102 | 71 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.56 |
| HSL | 46.5º | 0.22% | 0.36% | - |
| HSV(B) | 46.5º | 0.36% | 0.44% | - |
| XYZ | 12.44 | 13.34 | 7.88 | - |
| YUV | 101.16 | 110.98 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 102 | 71 | 0 | 0.08 | 0.36 | 0.56 | 46.5 | 0.22 | 0.36 |
| Hex | 6F | 66 | 47 | 0 | 8 | 24 | 38 | 2E | 16 | 24 |
| Octal | 157 | 146 | 107 | 0 | 10 | 44 | 70 | 56 | 26 | 44 |
| Binary | 1101111 | 1100110 | 1000111 | 0 | 1000 | 100100 | 111000 | 101110 | 10110 | 100100 |
Color Harmonies of #6F6647
Complementary color
Monochromatic Colors of #6F6647
Black with #6F6647
Text Example
Text Example
White with #6F6647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6647; }
p { color: rgb(111,102,71); }
H1.HeaderClassName
{
color: #6F6647;
}
.AnyTagClassName
{
color: #6F6647;
}
</style>
background-color css
<style>
a { background-color: #6F6647; }
a { background-color: rgb(111,102,71); }
div.DivClassName
{
background-color: #6F6647;
}
.BgClassName
{
background-color: #6F6647;
}
</style>
border-color css
<style>
span { border-color: #6F6647; }
span { border-color: rgb(111,102,71); }
td.TdClassName
{
border-color: #6F6647;
}
.TagClassName
{
border-color: #6F6647;
}
</style>