Shades of Horses Neck #6F5621
Tints of Horses Neck #6F5621
RGB
CMYK
RGB Variations
Color information
#6F5621 (or 0x6F5621) is known color: Horses Neck. HEX triplet: 6F, 56 and 21. RGB value is (111,86,33). Sum of RGB (Red+Green+Blue) = 111+86+33=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 33 (13.28% from 255 or 14.35% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5621 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5621 is #90A9DE. Grayscale: #575757. Windows color (decimal): -9480671 or 2184815. OLE color: 2184815.
HSL color Cylindrical-coordinate representation of color #6F5621: hue angle of 40.77º 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 #6F5621 is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 86 | 33 | - |
| CMYK | 0 | 0.23 | 0.70 | 0.56 |
| HSL | 40.77º | 0.54% | 0.28% | - |
| HSV(B) | 40.77º | 0.7% | 0.44% | - |
| XYZ | 10.16 | 10.14 | 2.86 | - |
| YUV | 87.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 86 | 33 | 0 | 0.23 | 0.70 | 0.56 | 40.77 | 0.54 | 0.28 |
| Hex | 6F | 56 | 21 | 0 | 17 | 46 | 38 | 29 | 36 | 1C |
| Octal | 157 | 126 | 41 | 0 | 27 | 106 | 70 | 51 | 66 | 34 |
| Binary | 1101111 | 1010110 | 100001 | 0 | 10111 | 1000110 | 111000 | 101001 | 110110 | 11100 |
Color Harmonies of #6F5621
Complementary color
Monochromatic Colors of #6F5621
Black with #6F5621
Text Example
Text Example
White with #6F5621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5621; }
p { color: rgb(111,86,33); }
H1.HeaderClassName
{
color: #6F5621;
}
.AnyTagClassName
{
color: #6F5621;
}
</style>
background-color css
<style>
a { background-color: #6F5621; }
a { background-color: rgb(111,86,33); }
div.DivClassName
{
background-color: #6F5621;
}
.BgClassName
{
background-color: #6F5621;
}
</style>
border-color css
<style>
span { border-color: #6F5621; }
span { border-color: rgb(111,86,33); }
td.TdClassName
{
border-color: #6F5621;
}
.TagClassName
{
border-color: #6F5621;
}
</style>