Shades of Horses Neck #6E5020
Tints of Horses Neck #6E5020
RGB
CMYK
RGB Variations
Color information
#6E5020 (or 0x6E5020) is known color: Horses Neck. HEX triplet: 6E, 50 and 20. RGB value is (110,80,32). Sum of RGB (Red+Green+Blue) = 110+80+32=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5020 is #91AFDF. Grayscale: #535353. Windows color (decimal): -9547744 or 2117742. OLE color: 2117742.
HSL color Cylindrical-coordinate representation of color #6E5020: hue angle of 36.92º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E5020 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 80 | 32 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.57 |
| HSL | 36.92º | 0.55% | 0.28% | - |
| HSV(B) | 36.92º | 0.71% | 0.43% | - |
| XYZ | 9.56 | 9.16 | 2.63 | - |
| YUV | 83.5 | 98.94 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 80 | 32 | 0 | 0.27 | 0.71 | 0.57 | 36.92 | 0.55 | 0.28 |
| Hex | 6E | 50 | 20 | 0 | 1B | 47 | 39 | 25 | 37 | 1C |
| Octal | 156 | 120 | 40 | 0 | 33 | 107 | 71 | 45 | 67 | 34 |
| Binary | 1101110 | 1010000 | 100000 | 0 | 11011 | 1000111 | 111001 | 100101 | 110111 | 11100 |
Color Harmonies of #6E5020
Complementary color
Monochromatic Colors of #6E5020
Black with #6E5020
Text Example
Text Example
White with #6E5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5020; }
p { color: rgb(110,80,32); }
H1.HeaderClassName
{
color: #6E5020;
}
.AnyTagClassName
{
color: #6E5020;
}
</style>
background-color css
<style>
a { background-color: #6E5020; }
a { background-color: rgb(110,80,32); }
div.DivClassName
{
background-color: #6E5020;
}
.BgClassName
{
background-color: #6E5020;
}
</style>
border-color css
<style>
span { border-color: #6E5020; }
span { border-color: rgb(110,80,32); }
td.TdClassName
{
border-color: #6E5020;
}
.TagClassName
{
border-color: #6E5020;
}
</style>