Shades of Horses Neck #6E5626
Tints of Horses Neck #6E5626
RGB
CMYK
RGB Variations
Color information
#6E5626 (or 0x6E5626) is known color: Horses Neck. HEX triplet: 6E, 56 and 26. RGB value is (110,86,38). Sum of RGB (Red+Green+Blue) = 110+86+38=234 (30% of max value = 765). Red value is 110 (43.36% from 255 or 47.01% from 234); Green value is 86 (33.98% from 255 or 36.75% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5626 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5626 is #91A9D9. Grayscale: #575757. Windows color (decimal): -9546202 or 2512494. OLE color: 2512494.
HSL color Cylindrical-coordinate representation of color #6E5626: hue angle of 40º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E5626 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 38 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.57 |
| HSL | 40º | 0.49% | 0.29% | - |
| HSV(B) | 40º | 0.65% | 0.43% | - |
| XYZ | 10.11 | 10.11 | 3.25 | - |
| YUV | 87.7 | 99.95 | 143.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 38 | 0 | 0.22 | 0.65 | 0.57 | 40 | 0.49 | 0.29 |
| Hex | 6E | 56 | 26 | 0 | 16 | 41 | 39 | 28 | 31 | 1D |
| Octal | 156 | 126 | 46 | 0 | 26 | 101 | 71 | 50 | 61 | 35 |
| Binary | 1101110 | 1010110 | 100110 | 0 | 10110 | 1000001 | 111001 | 101000 | 110001 | 11101 |
Color Harmonies of #6E5626
Complementary color
Monochromatic Colors of #6E5626
Black with #6E5626
Text Example
Text Example
White with #6E5626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5626; }
p { color: rgb(110,86,38); }
H1.HeaderClassName
{
color: #6E5626;
}
.AnyTagClassName
{
color: #6E5626;
}
</style>
background-color css
<style>
a { background-color: #6E5626; }
a { background-color: rgb(110,86,38); }
div.DivClassName
{
background-color: #6E5626;
}
.BgClassName
{
background-color: #6E5626;
}
</style>
border-color css
<style>
span { border-color: #6E5626; }
span { border-color: rgb(110,86,38); }
td.TdClassName
{
border-color: #6E5626;
}
.TagClassName
{
border-color: #6E5626;
}
</style>