Shades of Horses Neck #6D5823
Tints of Horses Neck #6D5823
RGB
CMYK
RGB Variations
Color information
#6D5823 (or 0x6D5823) is known color: Horses Neck. HEX triplet: 6D, 58 and 23. RGB value is (109,88,35). Sum of RGB (Red+Green+Blue) = 109+88+35=232 (30% of max value = 765). Red value is 109 (42.97% from 255 or 46.98% from 232); Green value is 88 (34.77% from 255 or 37.93% from 232); Blue value is 35 (14.06% from 255 or 15.09% from 232); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5823 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5823 is #92A7DC. Grayscale: #585858. Windows color (decimal): -9611229 or 2316397. OLE color: 2316397.
HSL color Cylindrical-coordinate representation of color #6D5823: hue angle of 42.97º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D5823 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 88 | 35 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.57 |
| HSL | 42.97º | 0.51% | 0.28% | - |
| HSV(B) | 42.97º | 0.68% | 0.43% | - |
| XYZ | 10.1 | 10.35 | 3.06 | - |
| YUV | 88.24 | 97.96 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 88 | 35 | 0 | 0.19 | 0.68 | 0.57 | 42.97 | 0.51 | 0.28 |
| Hex | 6D | 58 | 23 | 0 | 13 | 44 | 39 | 2B | 33 | 1C |
| Octal | 155 | 130 | 43 | 0 | 23 | 104 | 71 | 53 | 63 | 34 |
| Binary | 1101101 | 1011000 | 100011 | 0 | 10011 | 1000100 | 111001 | 101011 | 110011 | 11100 |
Color Harmonies of #6D5823
Complementary color
Monochromatic Colors of #6D5823
Black with #6D5823
Text Example
Text Example
White with #6D5823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D5823; }
p { color: rgb(109,88,35); }
H1.HeaderClassName
{
color: #6D5823;
}
.AnyTagClassName
{
color: #6D5823;
}
</style>
background-color css
<style>
a { background-color: #6D5823; }
a { background-color: rgb(109,88,35); }
div.DivClassName
{
background-color: #6D5823;
}
.BgClassName
{
background-color: #6D5823;
}
</style>
border-color css
<style>
span { border-color: #6D5823; }
span { border-color: rgb(109,88,35); }
td.TdClassName
{
border-color: #6D5823;
}
.TagClassName
{
border-color: #6D5823;
}
</style>