Shades of Horses Neck #6E5120
Tints of Horses Neck #6E5120
RGB
CMYK
RGB Variations
Color information
#6E5120 (or 0x6E5120) is known color: Horses Neck. HEX triplet: 6E, 51 and 20. RGB value is (110,81,32). Sum of RGB (Red+Green+Blue) = 110+81+32=223 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.33% from 223); Green value is 81 (32.03% from 255 or 36.32% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5120 is #91AEDF. Grayscale: #545454. Windows color (decimal): -9547488 or 2117998. OLE color: 2117998.
HSL color Cylindrical-coordinate representation of color #6E5120: hue angle of 37.69º 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 #6E5120 is Cyan = 0, Magento = 0.26, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 32 | - |
| CMYK | 0 | 0.26 | 0.71 | 0.57 |
| HSL | 37.69º | 0.55% | 0.28% | - |
| HSV(B) | 37.69º | 0.71% | 0.43% | - |
| XYZ | 9.63 | 9.3 | 2.65 | - |
| YUV | 84.09 | 98.61 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 32 | 0 | 0.26 | 0.71 | 0.57 | 37.69 | 0.55 | 0.28 |
| Hex | 6E | 51 | 20 | 0 | 1A | 47 | 39 | 26 | 37 | 1C |
| Octal | 156 | 121 | 40 | 0 | 32 | 107 | 71 | 46 | 67 | 34 |
| Binary | 1101110 | 1010001 | 100000 | 0 | 11010 | 1000111 | 111001 | 100110 | 110111 | 11100 |
Color Harmonies of #6E5120
Complementary color
Monochromatic Colors of #6E5120
Black with #6E5120
Text Example
Text Example
White with #6E5120
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5120; }
p { color: rgb(110,81,32); }
H1.HeaderClassName
{
color: #6E5120;
}
.AnyTagClassName
{
color: #6E5120;
}
</style>
background-color css
<style>
a { background-color: #6E5120; }
a { background-color: rgb(110,81,32); }
div.DivClassName
{
background-color: #6E5120;
}
.BgClassName
{
background-color: #6E5120;
}
</style>
border-color css
<style>
span { border-color: #6E5120; }
span { border-color: rgb(110,81,32); }
td.TdClassName
{
border-color: #6E5120;
}
.TagClassName
{
border-color: #6E5120;
}
</style>