Shades of Horses Neck #6D562E
Tints of Horses Neck #6D562E
RGB
CMYK
RGB Variations
Color information
#6D562E (or 0x6D562E) is known color: Horses Neck. HEX triplet: 6D, 56 and 2E. RGB value is (109,86,46). Sum of RGB (Red+Green+Blue) = 109+86+46=241 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.23% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 46 (18.36% from 255 or 19.09% from 241); Max value from RGB is 109 - color contains mainly: red. Hex color #6D562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D562E is #92A9D1. Grayscale: #585858. Windows color (decimal): -9611730 or 3036781. OLE color: 3036781.
HSL color Cylindrical-coordinate representation of color #6D562E: hue angle of 38.1º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D562E is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 46 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.57 |
| HSL | 38.1º | 0.41% | 0.3% | - |
| HSV(B) | 38.1º | 0.58% | 0.43% | - |
| XYZ | 10.13 | 10.1 | 4 | - |
| YUV | 88.32 | 104.12 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 46 | 0 | 0.21 | 0.58 | 0.57 | 38.1 | 0.41 | 0.3 |
| Hex | 6D | 56 | 2E | 0 | 15 | 3A | 39 | 26 | 29 | 1E |
| Octal | 155 | 126 | 56 | 0 | 25 | 72 | 71 | 46 | 51 | 36 |
| Binary | 1101101 | 1010110 | 101110 | 0 | 10101 | 111010 | 111001 | 100110 | 101001 | 11110 |
Color Harmonies of #6D562E
Complementary color
Monochromatic Colors of #6D562E
Black with #6D562E
Text Example
Text Example
White with #6D562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D562E; }
p { color: rgb(109,86,46); }
H1.HeaderClassName
{
color: #6D562E;
}
.AnyTagClassName
{
color: #6D562E;
}
</style>
background-color css
<style>
a { background-color: #6D562E; }
a { background-color: rgb(109,86,46); }
div.DivClassName
{
background-color: #6D562E;
}
.BgClassName
{
background-color: #6D562E;
}
</style>
border-color css
<style>
span { border-color: #6D562E; }
span { border-color: rgb(109,86,46); }
td.TdClassName
{
border-color: #6D562E;
}
.TagClassName
{
border-color: #6D562E;
}
</style>