Shades of Horses Neck #6E582E
Tints of Horses Neck #6E582E
RGB
CMYK
RGB Variations
Color information
#6E582E (or 0x6E582E) is known color: Horses Neck. HEX triplet: 6E, 58 and 2E. RGB value is (110,88,46). Sum of RGB (Red+Green+Blue) = 110+88+46=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 110 - color contains mainly: red. Hex color #6E582E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E582E is #91A7D1. Grayscale: #595959. Windows color (decimal): -9545682 or 3037294. OLE color: 3037294.
HSL color Cylindrical-coordinate representation of color #6E582E: hue angle of 39.38º 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 #6E582E is Cyan = 0, Magento = 0.2, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 88 | 46 | - |
| CMYK | 0 | 0.2 | 0.58 | 0.57 |
| HSL | 39.38º | 0.41% | 0.31% | - |
| HSV(B) | 39.38º | 0.58% | 0.43% | - |
| XYZ | 10.41 | 10.49 | 4.06 | - |
| YUV | 89.79 | 103.29 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 46 | 0 | 0.2 | 0.58 | 0.57 | 39.38 | 0.41 | 0.31 |
| Hex | 6E | 58 | 2E | 0 | 14 | 3A | 39 | 27 | 29 | 1F |
| Octal | 156 | 130 | 56 | 0 | 24 | 72 | 71 | 47 | 51 | 37 |
| Binary | 1101110 | 1011000 | 101110 | 0 | 10100 | 111010 | 111001 | 100111 | 101001 | 11111 |
Color Harmonies of #6E582E
Complementary color
Monochromatic Colors of #6E582E
Black with #6E582E
Text Example
Text Example
White with #6E582E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E582E; }
p { color: rgb(110,88,46); }
H1.HeaderClassName
{
color: #6E582E;
}
.AnyTagClassName
{
color: #6E582E;
}
</style>
background-color css
<style>
a { background-color: #6E582E; }
a { background-color: rgb(110,88,46); }
div.DivClassName
{
background-color: #6E582E;
}
.BgClassName
{
background-color: #6E582E;
}
</style>
border-color css
<style>
span { border-color: #6E582E; }
span { border-color: rgb(110,88,46); }
td.TdClassName
{
border-color: #6E582E;
}
.TagClassName
{
border-color: #6E582E;
}
</style>