Shades of Horses Neck #6F5921
Tints of Horses Neck #6F5921
RGB
CMYK
RGB Variations
Color information
#6F5921 (or 0x6F5921) is known color: Horses Neck. HEX triplet: 6F, 59 and 21. RGB value is (111,89,33). Sum of RGB (Red+Green+Blue) = 111+89+33=233 (30% of max value = 765). Red value is 111 (43.75% from 255 or 47.64% from 233); Green value is 89 (35.16% from 255 or 38.20% from 233); Blue value is 33 (13.28% from 255 or 14.16% from 233); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5921 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5921 is #90A6DE. Grayscale: #595959. Windows color (decimal): -9479903 or 2185583. OLE color: 2185583.
HSL color Cylindrical-coordinate representation of color #6F5921: hue angle of 43.08º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6F5921 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 89 | 33 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.56 |
| HSL | 43.08º | 0.54% | 0.28% | - |
| HSV(B) | 43.08º | 0.7% | 0.44% | - |
| XYZ | 10.4 | 10.63 | 2.94 | - |
| YUV | 89.19 | 96.29 | 143.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 89 | 33 | 0 | 0.20 | 0.70 | 0.56 | 43.08 | 0.54 | 0.28 |
| Hex | 6F | 59 | 21 | 0 | 14 | 46 | 38 | 2B | 36 | 1C |
| Octal | 157 | 131 | 41 | 0 | 24 | 106 | 70 | 53 | 66 | 34 |
| Binary | 1101111 | 1011001 | 100001 | 0 | 10100 | 1000110 | 111000 | 101011 | 110110 | 11100 |
Color Harmonies of #6F5921
Complementary color
Monochromatic Colors of #6F5921
Black with #6F5921
Text Example
Text Example
White with #6F5921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5921; }
p { color: rgb(111,89,33); }
H1.HeaderClassName
{
color: #6F5921;
}
.AnyTagClassName
{
color: #6F5921;
}
</style>
background-color css
<style>
a { background-color: #6F5921; }
a { background-color: rgb(111,89,33); }
div.DivClassName
{
background-color: #6F5921;
}
.BgClassName
{
background-color: #6F5921;
}
</style>
border-color css
<style>
span { border-color: #6F5921; }
span { border-color: rgb(111,89,33); }
td.TdClassName
{
border-color: #6F5921;
}
.TagClassName
{
border-color: #6F5921;
}
</style>