Shades of Horses Neck #6D5520
Tints of Horses Neck #6D5520
RGB
CMYK
RGB Variations
Color information
#6D5520 (or 0x6D5520) is known color: Horses Neck. HEX triplet: 6D, 55 and 20. RGB value is (109,85,32). Sum of RGB (Red+Green+Blue) = 109+85+32=226 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.23% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5520 is #92AADF. Grayscale: #565656. Windows color (decimal): -9612000 or 2119021. OLE color: 2119021.
HSL color Cylindrical-coordinate representation of color #6D5520: hue angle of 41.3º 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 #6D5520 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 32 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.57 |
| HSL | 41.3º | 0.55% | 0.28% | - |
| HSV(B) | 41.3º | 0.71% | 0.43% | - |
| XYZ | 9.82 | 9.85 | 2.75 | - |
| YUV | 86.13 | 97.45 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 32 | 0 | 0.22 | 0.71 | 0.57 | 41.3 | 0.55 | 0.28 |
| Hex | 6D | 55 | 20 | 0 | 16 | 47 | 39 | 29 | 37 | 1C |
| Octal | 155 | 125 | 40 | 0 | 26 | 107 | 71 | 51 | 67 | 34 |
| Binary | 1101101 | 1010101 | 100000 | 0 | 10110 | 1000111 | 111001 | 101001 | 110111 | 11100 |
Color Harmonies of #6D5520
Complementary color
Monochromatic Colors of #6D5520
Black with #6D5520
Text Example
Text Example
White with #6D5520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5520; }
p { color: rgb(109,85,32); }
H1.HeaderClassName
{
color: #6D5520;
}
.AnyTagClassName
{
color: #6D5520;
}
</style>
background-color css
<style>
a { background-color: #6D5520; }
a { background-color: rgb(109,85,32); }
div.DivClassName
{
background-color: #6D5520;
}
.BgClassName
{
background-color: #6D5520;
}
</style>
border-color css
<style>
span { border-color: #6D5520; }
span { border-color: rgb(109,85,32); }
td.TdClassName
{
border-color: #6D5520;
}
.TagClassName
{
border-color: #6D5520;
}
</style>