Shades of Horses Neck #6E5625
Tints of Horses Neck #6E5625
RGB
CMYK
RGB Variations
Color information
#6E5625 (or 0x6E5625) is known color: Horses Neck. HEX triplet: 6E, 56 and 25. RGB value is (110,86,37). Sum of RGB (Red+Green+Blue) = 110+86+37=233 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.21% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5625 is #91A9DA. Grayscale: #575757. Windows color (decimal): -9546203 or 2446958. OLE color: 2446958.
HSL color Cylindrical-coordinate representation of color #6E5625: hue angle of 40.27º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E5625 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 37 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.57 |
| HSL | 40.27º | 0.5% | 0.29% | - |
| HSV(B) | 40.27º | 0.66% | 0.43% | - |
| XYZ | 10.09 | 10.1 | 3.17 | - |
| YUV | 87.59 | 99.45 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 37 | 0 | 0.22 | 0.66 | 0.57 | 40.27 | 0.5 | 0.29 |
| Hex | 6E | 56 | 25 | 0 | 16 | 42 | 39 | 28 | 32 | 1D |
| Octal | 156 | 126 | 45 | 0 | 26 | 102 | 71 | 50 | 62 | 35 |
| Binary | 1101110 | 1010110 | 100101 | 0 | 10110 | 1000010 | 111001 | 101000 | 110010 | 11101 |
Color Harmonies of #6E5625
Complementary color
Monochromatic Colors of #6E5625
Black with #6E5625
Text Example
Text Example
White with #6E5625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5625; }
p { color: rgb(110,86,37); }
H1.HeaderClassName
{
color: #6E5625;
}
.AnyTagClassName
{
color: #6E5625;
}
</style>
background-color css
<style>
a { background-color: #6E5625; }
a { background-color: rgb(110,86,37); }
div.DivClassName
{
background-color: #6E5625;
}
.BgClassName
{
background-color: #6E5625;
}
</style>
border-color css
<style>
span { border-color: #6E5625; }
span { border-color: rgb(110,86,37); }
td.TdClassName
{
border-color: #6E5625;
}
.TagClassName
{
border-color: #6E5625;
}
</style>