Shades of Horses Neck #6E5632
Tints of Horses Neck #6E5632
RGB
CMYK
RGB Variations
Color information
#6E5632 (or 0x6E5632) is known color: Horses Neck. HEX triplet: 6E, 56 and 32. RGB value is (110,86,50). Sum of RGB (Red+Green+Blue) = 110+86+50=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5632 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E5632 is #91A9CD. Grayscale: #595959. Windows color (decimal): -9546190 or 3298926. OLE color: 3298926.
HSL color Cylindrical-coordinate representation of color #6E5632: hue angle of 36º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6E5632 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 86 | 50 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.57 |
| HSL | 36º | 0.38% | 0.31% | - |
| HSV(B) | 36º | 0.55% | 0.43% | - |
| XYZ | 10.33 | 10.2 | 4.44 | - |
| YUV | 89.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 86 | 50 | 0 | 0.22 | 0.55 | 0.57 | 36 | 0.38 | 0.31 |
| Hex | 6E | 56 | 32 | 0 | 16 | 37 | 39 | 24 | 26 | 1F |
| Octal | 156 | 126 | 62 | 0 | 26 | 67 | 71 | 44 | 46 | 37 |
| Binary | 1101110 | 1010110 | 110010 | 0 | 10110 | 110111 | 111001 | 100100 | 100110 | 11111 |
Color Harmonies of #6E5632
Complementary color
Monochromatic Colors of #6E5632
Black with #6E5632
Text Example
Text Example
White with #6E5632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5632; }
p { color: rgb(110,86,50); }
H1.HeaderClassName
{
color: #6E5632;
}
.AnyTagClassName
{
color: #6E5632;
}
</style>
background-color css
<style>
a { background-color: #6E5632; }
a { background-color: rgb(110,86,50); }
div.DivClassName
{
background-color: #6E5632;
}
.BgClassName
{
background-color: #6E5632;
}
</style>
border-color css
<style>
span { border-color: #6E5632; }
span { border-color: rgb(110,86,50); }
td.TdClassName
{
border-color: #6E5632;
}
.TagClassName
{
border-color: #6E5632;
}
</style>