Shades of Horses Neck #6E561A
Tints of Horses Neck #6E561A
RGB
CMYK
RGB Variations
Color information
#6E561A (or 0x6E561A) is known color: Horses Neck. HEX triplet: 6E, 56 and 1A. RGB value is (110,86,26). Sum of RGB (Red+Green+Blue) = 110+86+26=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 86 (33.98% from 255 or 38.74% from 222); Blue value is 26 (10.55% from 255 or 11.71% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E561A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E561A is #91A9E5. Grayscale: #565656. Windows color (decimal): -9546214 or 1726062. OLE color: 1726062.
HSL color Cylindrical-coordinate representation of color #6E561A: hue angle of 42.86º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E561A is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 26 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.57 |
| HSL | 42.86º | 0.62% | 0.27% | - |
| HSV(B) | 42.86º | 0.76% | 0.43% | - |
| XYZ | 9.94 | 10.05 | 2.39 | - |
| YUV | 86.34 | 93.95 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 26 | 0 | 0.22 | 0.76 | 0.57 | 42.86 | 0.62 | 0.27 |
| Hex | 6E | 56 | 1A | 0 | 16 | 4C | 39 | 2B | 3E | 1B |
| Octal | 156 | 126 | 32 | 0 | 26 | 114 | 71 | 53 | 76 | 33 |
| Binary | 1101110 | 1010110 | 11010 | 0 | 10110 | 1001100 | 111001 | 101011 | 111110 | 11011 |
Color Harmonies of #6E561A
Complementary color
Monochromatic Colors of #6E561A
Black with #6E561A
Text Example
Text Example
White with #6E561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E561A; }
p { color: rgb(110,86,26); }
H1.HeaderClassName
{
color: #6E561A;
}
.AnyTagClassName
{
color: #6E561A;
}
</style>
background-color css
<style>
a { background-color: #6E561A; }
a { background-color: rgb(110,86,26); }
div.DivClassName
{
background-color: #6E561A;
}
.BgClassName
{
background-color: #6E561A;
}
</style>
border-color css
<style>
span { border-color: #6E561A; }
span { border-color: rgb(110,86,26); }
td.TdClassName
{
border-color: #6E561A;
}
.TagClassName
{
border-color: #6E561A;
}
</style>