Shades of Horses Neck #6E5A1D
Tints of Horses Neck #6E5A1D
RGB
CMYK
RGB Variations
Color information
#6E5A1D (or 0x6E5A1D) is known color: Horses Neck. HEX triplet: 6E, 5A and 1D. RGB value is (110,90,29). Sum of RGB (Red+Green+Blue) = 110+90+29=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 29 (11.72% from 255 or 12.66% from 229); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5A1D is #91A5E2. Grayscale: #595959. Windows color (decimal): -9545187 or 1923694. OLE color: 1923694.
HSL color Cylindrical-coordinate representation of color #6E5A1D: hue angle of 45.19º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E5A1D is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 90 | 29 | - |
| CMYK | 0 | 0.18 | 0.74 | 0.57 |
| HSL | 45.19º | 0.58% | 0.27% | - |
| HSV(B) | 45.19º | 0.74% | 0.43% | - |
| XYZ | 10.31 | 10.72 | 2.69 | - |
| YUV | 89.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 90 | 29 | 0 | 0.18 | 0.74 | 0.57 | 45.19 | 0.58 | 0.27 |
| Hex | 6E | 5A | 1D | 0 | 12 | 4A | 39 | 2D | 3A | 1B |
| Octal | 156 | 132 | 35 | 0 | 22 | 112 | 71 | 55 | 72 | 33 |
| Binary | 1101110 | 1011010 | 11101 | 0 | 10010 | 1001010 | 111001 | 101101 | 111010 | 11011 |
Color Harmonies of #6E5A1D
Complementary color
Monochromatic Colors of #6E5A1D
Black with #6E5A1D
Text Example
Text Example
White with #6E5A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5A1D; }
p { color: rgb(110,90,29); }
H1.HeaderClassName
{
color: #6E5A1D;
}
.AnyTagClassName
{
color: #6E5A1D;
}
</style>
background-color css
<style>
a { background-color: #6E5A1D; }
a { background-color: rgb(110,90,29); }
div.DivClassName
{
background-color: #6E5A1D;
}
.BgClassName
{
background-color: #6E5A1D;
}
</style>
border-color css
<style>
span { border-color: #6E5A1D; }
span { border-color: rgb(110,90,29); }
td.TdClassName
{
border-color: #6E5A1D;
}
.TagClassName
{
border-color: #6E5A1D;
}
</style>