Shades of Horses Neck #6D5633
Tints of Horses Neck #6D5633
RGB
CMYK
RGB Variations
Color information
#6D5633 (or 0x6D5633) is known color: Horses Neck. HEX triplet: 6D, 56 and 33. RGB value is (109,86,51). Sum of RGB (Red+Green+Blue) = 109+86+51=246 (32% of max value = 765). Red value is 109 (42.97% from 255 or 44.31% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 51 (20.31% from 255 or 20.73% from 246); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5633 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5633 is #92A9CC. Grayscale: #595959. Windows color (decimal): -9611725 or 3364461. OLE color: 3364461.
HSL color Cylindrical-coordinate representation of color #6D5633: hue angle of 36.21º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D5633 is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 86 | 51 | - |
| CMYK | 0 | 0.21 | 0.53 | 0.57 |
| HSL | 36.21º | 0.36% | 0.31% | - |
| HSV(B) | 36.21º | 0.53% | 0.43% | - |
| XYZ | 10.23 | 10.15 | 4.55 | - |
| YUV | 88.89 | 106.62 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 86 | 51 | 0 | 0.21 | 0.53 | 0.57 | 36.21 | 0.36 | 0.31 |
| Hex | 6D | 56 | 33 | 0 | 15 | 35 | 39 | 24 | 24 | 1F |
| Octal | 155 | 126 | 63 | 0 | 25 | 65 | 71 | 44 | 44 | 37 |
| Binary | 1101101 | 1010110 | 110011 | 0 | 10101 | 110101 | 111001 | 100100 | 100100 | 11111 |
Color Harmonies of #6D5633
Complementary color
Monochromatic Colors of #6D5633
Black with #6D5633
Text Example
Text Example
White with #6D5633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5633; }
p { color: rgb(109,86,51); }
H1.HeaderClassName
{
color: #6D5633;
}
.AnyTagClassName
{
color: #6D5633;
}
</style>
background-color css
<style>
a { background-color: #6D5633; }
a { background-color: rgb(109,86,51); }
div.DivClassName
{
background-color: #6D5633;
}
.BgClassName
{
background-color: #6D5633;
}
</style>
border-color css
<style>
span { border-color: #6D5633; }
span { border-color: rgb(109,86,51); }
td.TdClassName
{
border-color: #6D5633;
}
.TagClassName
{
border-color: #6D5633;
}
</style>