Shades of Horses Neck #6E562C
Tints of Horses Neck #6E562C
RGB
CMYK
RGB Variations
Color information
#6E562C (or 0x6E562C) is known color: Horses Neck. HEX triplet: 6E, 56 and 2C. RGB value is (110,86,44). Sum of RGB (Red+Green+Blue) = 110+86+44=240 (31% of max value = 765). Red value is 110 (43.36% from 255 or 45.83% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 110 - color contains mainly: red. Hex color #6E562C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E562C is #91A9D3. Grayscale: #585858. Windows color (decimal): -9546196 or 2905710. OLE color: 2905710.
HSL color Cylindrical-coordinate representation of color #6E562C: hue angle of 38.18º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E562C is Cyan = 0, Magento = 0.22, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 44 | - |
| CMYK | 0 | 0.22 | 0.6 | 0.57 |
| HSL | 38.18º | 0.43% | 0.3% | - |
| HSV(B) | 38.18º | 0.6% | 0.43% | - |
| XYZ | 10.21 | 10.15 | 3.8 | - |
| YUV | 88.39 | 102.95 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 44 | 0 | 0.22 | 0.6 | 0.57 | 38.18 | 0.43 | 0.3 |
| Hex | 6E | 56 | 2C | 0 | 16 | 3C | 39 | 26 | 2B | 1E |
| Octal | 156 | 126 | 54 | 0 | 26 | 74 | 71 | 46 | 53 | 36 |
| Binary | 1101110 | 1010110 | 101100 | 0 | 10110 | 111100 | 111001 | 100110 | 101011 | 11110 |
Color Harmonies of #6E562C
Complementary color
Monochromatic Colors of #6E562C
Black with #6E562C
Text Example
Text Example
White with #6E562C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E562C; }
p { color: rgb(110,86,44); }
H1.HeaderClassName
{
color: #6E562C;
}
.AnyTagClassName
{
color: #6E562C;
}
</style>
background-color css
<style>
a { background-color: #6E562C; }
a { background-color: rgb(110,86,44); }
div.DivClassName
{
background-color: #6E562C;
}
.BgClassName
{
background-color: #6E562C;
}
</style>
border-color css
<style>
span { border-color: #6E562C; }
span { border-color: rgb(110,86,44); }
td.TdClassName
{
border-color: #6E562C;
}
.TagClassName
{
border-color: #6E562C;
}
</style>