Shades of Horses Neck #6D562F
Tints of Horses Neck #6D562F
RGB
CMYK
RGB Variations
Color information
#6D562F (or 0x6D562F) is known color: Horses Neck. HEX triplet: 6D, 56 and 2F. RGB value is (109,86,47). Sum of RGB (Red+Green+Blue) = 109+86+47=242 (32% of max value = 765). Red value is 109 (42.97% from 255 or 45.04% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 47 (18.75% from 255 or 19.42% from 242); Max value from RGB is 109 - color contains mainly: red. Hex color #6D562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D562F is #92A9D0. Grayscale: #585858. Windows color (decimal): -9611729 or 3102317. OLE color: 3102317.
HSL color Cylindrical-coordinate representation of color #6D562F: hue angle of 37.74º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6D562F is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 47 | - |
| CMYK | 0 | 0.21 | 0.57 | 0.57 |
| HSL | 37.74º | 0.4% | 0.31% | - |
| HSV(B) | 37.74º | 0.57% | 0.43% | - |
| XYZ | 10.15 | 10.11 | 4.11 | - |
| YUV | 88.43 | 104.62 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 47 | 0 | 0.21 | 0.57 | 0.57 | 37.74 | 0.4 | 0.31 |
| Hex | 6D | 56 | 2F | 0 | 15 | 39 | 39 | 26 | 28 | 1F |
| Octal | 155 | 126 | 57 | 0 | 25 | 71 | 71 | 46 | 50 | 37 |
| Binary | 1101101 | 1010110 | 101111 | 0 | 10101 | 111001 | 111001 | 100110 | 101000 | 11111 |
Color Harmonies of #6D562F
Complementary color
Monochromatic Colors of #6D562F
Black with #6D562F
Text Example
Text Example
White with #6D562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D562F; }
p { color: rgb(109,86,47); }
H1.HeaderClassName
{
color: #6D562F;
}
.AnyTagClassName
{
color: #6D562F;
}
</style>
background-color css
<style>
a { background-color: #6D562F; }
a { background-color: rgb(109,86,47); }
div.DivClassName
{
background-color: #6D562F;
}
.BgClassName
{
background-color: #6D562F;
}
</style>
border-color css
<style>
span { border-color: #6D562F; }
span { border-color: rgb(109,86,47); }
td.TdClassName
{
border-color: #6D562F;
}
.TagClassName
{
border-color: #6D562F;
}
</style>