Shades of Horses Neck #6E562E
Tints of Horses Neck #6E562E
RGB
CMYK
RGB Variations
Color information
#6E562E (or 0x6E562E) is known color: Horses Neck. HEX triplet: 6E, 56 and 2E. RGB value is (110,86,46). Sum of RGB (Red+Green+Blue) = 110+86+46=242 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.45% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 110 - color contains mainly: red. Hex color #6E562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E562E is #91A9D1. Grayscale: #585858. Windows color (decimal): -9546194 or 3036782. OLE color: 3036782.
HSL color Cylindrical-coordinate representation of color #6E562E: hue angle of 37.5º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E562E is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 46 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.57 |
| HSL | 37.5º | 0.41% | 0.31% | - |
| HSV(B) | 37.5º | 0.58% | 0.43% | - |
| XYZ | 10.25 | 10.17 | 4.01 | - |
| YUV | 88.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 46 | 0 | 0.22 | 0.58 | 0.57 | 37.5 | 0.41 | 0.31 |
| Hex | 6E | 56 | 2E | 0 | 16 | 3A | 39 | 26 | 29 | 1F |
| Octal | 156 | 126 | 56 | 0 | 26 | 72 | 71 | 46 | 51 | 37 |
| Binary | 1101110 | 1010110 | 101110 | 0 | 10110 | 111010 | 111001 | 100110 | 101001 | 11111 |
Color Harmonies of #6E562E
Complementary color
Monochromatic Colors of #6E562E
Black with #6E562E
Text Example
Text Example
White with #6E562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E562E; }
p { color: rgb(110,86,46); }
H1.HeaderClassName
{
color: #6E562E;
}
.AnyTagClassName
{
color: #6E562E;
}
</style>
background-color css
<style>
a { background-color: #6E562E; }
a { background-color: rgb(110,86,46); }
div.DivClassName
{
background-color: #6E562E;
}
.BgClassName
{
background-color: #6E562E;
}
</style>
border-color css
<style>
span { border-color: #6E562E; }
span { border-color: rgb(110,86,46); }
td.TdClassName
{
border-color: #6E562E;
}
.TagClassName
{
border-color: #6E562E;
}
</style>