Shades of Horses Neck #6E5125
Tints of Horses Neck #6E5125
RGB
CMYK
RGB Variations
Color information
#6E5125 (or 0x6E5125) is known color: Horses Neck. HEX triplet: 6E, 51 and 25. RGB value is (110,81,37). Sum of RGB (Red+Green+Blue) = 110+81+37=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 81 (32.03% from 255 or 35.53% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5125 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5125 is #91AEDA. Grayscale: #545454. Windows color (decimal): -9547483 or 2445678. OLE color: 2445678.
HSL color Cylindrical-coordinate representation of color #6E5125: hue angle of 36.16º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E5125 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 81 | 37 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.57 |
| HSL | 36.16º | 0.5% | 0.29% | - |
| HSV(B) | 36.16º | 0.66% | 0.43% | - |
| XYZ | 9.71 | 9.33 | 3.04 | - |
| YUV | 84.66 | 101.11 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 81 | 37 | 0 | 0.26 | 0.66 | 0.57 | 36.16 | 0.5 | 0.29 |
| Hex | 6E | 51 | 25 | 0 | 1A | 42 | 39 | 24 | 32 | 1D |
| Octal | 156 | 121 | 45 | 0 | 32 | 102 | 71 | 44 | 62 | 35 |
| Binary | 1101110 | 1010001 | 100101 | 0 | 11010 | 1000010 | 111001 | 100100 | 110010 | 11101 |
Color Harmonies of #6E5125
Complementary color
Monochromatic Colors of #6E5125
Black with #6E5125
Text Example
Text Example
White with #6E5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5125; }
p { color: rgb(110,81,37); }
H1.HeaderClassName
{
color: #6E5125;
}
.AnyTagClassName
{
color: #6E5125;
}
</style>
background-color css
<style>
a { background-color: #6E5125; }
a { background-color: rgb(110,81,37); }
div.DivClassName
{
background-color: #6E5125;
}
.BgClassName
{
background-color: #6E5125;
}
</style>
border-color css
<style>
span { border-color: #6E5125; }
span { border-color: rgb(110,81,37); }
td.TdClassName
{
border-color: #6E5125;
}
.TagClassName
{
border-color: #6E5125;
}
</style>