Shades of Crocodile #6F6845
Tints of Crocodile #6F6845
RGB
CMYK
RGB Variations
Color information
#6F6845 (or 0x6F6845) is known color: Crocodile. HEX triplet: 6F, 68 and 45. RGB value is (111,104,69). Sum of RGB (Red+Green+Blue) = 111+104+69=284 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.08% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F6845 is #9097BA. Grayscale: #666666. Windows color (decimal): -9476027 or 4548719. OLE color: 4548719.
HSL color Cylindrical-coordinate representation of color #6F6845: hue angle of 50º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F6845 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 69 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.56 |
| HSL | 50º | 0.23% | 0.35% | - |
| HSV(B) | 50º | 0.38% | 0.44% | - |
| XYZ | 12.58 | 13.71 | 7.61 | - |
| YUV | 102.1 | 109.32 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 69 | 0 | 0.06 | 0.38 | 0.56 | 50 | 0.23 | 0.35 |
| Hex | 6F | 68 | 45 | 0 | 6 | 26 | 38 | 32 | 17 | 23 |
| Octal | 157 | 150 | 105 | 0 | 6 | 46 | 70 | 62 | 27 | 43 |
| Binary | 1101111 | 1101000 | 1000101 | 0 | 110 | 100110 | 111000 | 110010 | 10111 | 100011 |
Color Harmonies of #6F6845
Complementary color
Monochromatic Colors of #6F6845
Black with #6F6845
Text Example
Text Example
White with #6F6845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6845; }
p { color: rgb(111,104,69); }
H1.HeaderClassName
{
color: #6F6845;
}
.AnyTagClassName
{
color: #6F6845;
}
</style>
background-color css
<style>
a { background-color: #6F6845; }
a { background-color: rgb(111,104,69); }
div.DivClassName
{
background-color: #6F6845;
}
.BgClassName
{
background-color: #6F6845;
}
</style>
border-color css
<style>
span { border-color: #6F6845; }
span { border-color: rgb(111,104,69); }
td.TdClassName
{
border-color: #6F6845;
}
.TagClassName
{
border-color: #6F6845;
}
</style>