Shades of Horses Neck #6D591B
Tints of Horses Neck #6D591B
RGB
CMYK
RGB Variations
Color information
#6D591B (or 0x6D591B) is known color: Horses Neck. HEX triplet: 6D, 59 and 1B. RGB value is (109,89,27). Sum of RGB (Red+Green+Blue) = 109+89+27=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 27 (10.94% from 255 or 12% from 225); Max value from RGB is 109 - color contains mainly: red. Hex color #6D591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D591B is #92A6E4. Grayscale: #585858. Windows color (decimal): -9610981 or 1792365. OLE color: 1792365.
HSL color Cylindrical-coordinate representation of color #6D591B: hue angle of 45.37º degrees, saturation: 0.6, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6D591B is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 89 | 27 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.57 |
| HSL | 45.37º | 0.6% | 0.27% | - |
| HSV(B) | 45.37º | 0.75% | 0.43% | - |
| XYZ | 10.08 | 10.48 | 2.53 | - |
| YUV | 87.91 | 93.63 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 89 | 27 | 0 | 0.18 | 0.75 | 0.57 | 45.37 | 0.6 | 0.27 |
| Hex | 6D | 59 | 1B | 0 | 12 | 4B | 39 | 2D | 3C | 1B |
| Octal | 155 | 131 | 33 | 0 | 22 | 113 | 71 | 55 | 74 | 33 |
| Binary | 1101101 | 1011001 | 11011 | 0 | 10010 | 1001011 | 111001 | 101101 | 111100 | 11011 |
Color Harmonies of #6D591B
Complementary color
Monochromatic Colors of #6D591B
Black with #6D591B
Text Example
Text Example
White with #6D591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D591B; }
p { color: rgb(109,89,27); }
H1.HeaderClassName
{
color: #6D591B;
}
.AnyTagClassName
{
color: #6D591B;
}
</style>
background-color css
<style>
a { background-color: #6D591B; }
a { background-color: rgb(109,89,27); }
div.DivClassName
{
background-color: #6D591B;
}
.BgClassName
{
background-color: #6D591B;
}
</style>
border-color css
<style>
span { border-color: #6D591B; }
span { border-color: rgb(109,89,27); }
td.TdClassName
{
border-color: #6D591B;
}
.TagClassName
{
border-color: #6D591B;
}
</style>