Shades of Horses Neck #6D5020
Tints of Horses Neck #6D5020
RGB
CMYK
RGB Variations
Color information
#6D5020 (or 0x6D5020) is known color: Horses Neck. HEX triplet: 6D, 50 and 20. RGB value is (109,80,32). Sum of RGB (Red+Green+Blue) = 109+80+32=221 (29% of max value = 765). Red value is 109 (42.97% from 255 or 49.32% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5020 is #92AFDF. Grayscale: #535353. Windows color (decimal): -9613280 or 2117741. OLE color: 2117741.
HSL color Cylindrical-coordinate representation of color #6D5020: hue angle of 37.4º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6D5020 is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 80 | 32 | - |
| CMYK | 0 | 0.27 | 0.71 | 0.57 |
| HSL | 37.4º | 0.55% | 0.28% | - |
| HSV(B) | 37.4º | 0.71% | 0.43% | - |
| XYZ | 9.44 | 9.09 | 2.62 | - |
| YUV | 83.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 80 | 32 | 0 | 0.27 | 0.71 | 0.57 | 37.4 | 0.55 | 0.28 |
| Hex | 6D | 50 | 20 | 0 | 1B | 47 | 39 | 25 | 37 | 1C |
| Octal | 155 | 120 | 40 | 0 | 33 | 107 | 71 | 45 | 67 | 34 |
| Binary | 1101101 | 1010000 | 100000 | 0 | 11011 | 1000111 | 111001 | 100101 | 110111 | 11100 |
Color Harmonies of #6D5020
Complementary color
Monochromatic Colors of #6D5020
Black with #6D5020
Text Example
Text Example
White with #6D5020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5020; }
p { color: rgb(109,80,32); }
H1.HeaderClassName
{
color: #6D5020;
}
.AnyTagClassName
{
color: #6D5020;
}
</style>
background-color css
<style>
a { background-color: #6D5020; }
a { background-color: rgb(109,80,32); }
div.DivClassName
{
background-color: #6D5020;
}
.BgClassName
{
background-color: #6D5020;
}
</style>
border-color css
<style>
span { border-color: #6D5020; }
span { border-color: rgb(109,80,32); }
td.TdClassName
{
border-color: #6D5020;
}
.TagClassName
{
border-color: #6D5020;
}
</style>