Shades of Horses Neck #6D551E
Tints of Horses Neck #6D551E
RGB
CMYK
RGB Variations
Color information
#6D551E (or 0x6D551E) is known color: Horses Neck. HEX triplet: 6D, 55 and 1E. RGB value is (109,85,30). Sum of RGB (Red+Green+Blue) = 109+85+30=224 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.66% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 30 (12.11% from 255 or 13.39% from 224); Max value from RGB is 109 - color contains mainly: red. Hex color #6D551E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D551E is #92AAE1. Grayscale: #565656. Windows color (decimal): -9612002 or 1987949. OLE color: 1987949.
HSL color Cylindrical-coordinate representation of color #6D551E: hue angle of 41.77º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D551E is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 85 | 30 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.57 |
| HSL | 41.77º | 0.57% | 0.27% | - |
| HSV(B) | 41.77º | 0.72% | 0.43% | - |
| XYZ | 9.79 | 9.84 | 2.61 | - |
| YUV | 85.91 | 96.45 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 85 | 30 | 0 | 0.22 | 0.72 | 0.57 | 41.77 | 0.57 | 0.27 |
| Hex | 6D | 55 | 1E | 0 | 16 | 48 | 39 | 2A | 39 | 1B |
| Octal | 155 | 125 | 36 | 0 | 26 | 110 | 71 | 52 | 71 | 33 |
| Binary | 1101101 | 1010101 | 11110 | 0 | 10110 | 1001000 | 111001 | 101010 | 111001 | 11011 |
Color Harmonies of #6D551E
Complementary color
Monochromatic Colors of #6D551E
Black with #6D551E
Text Example
Text Example
White with #6D551E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D551E; }
p { color: rgb(109,85,30); }
H1.HeaderClassName
{
color: #6D551E;
}
.AnyTagClassName
{
color: #6D551E;
}
</style>
background-color css
<style>
a { background-color: #6D551E; }
a { background-color: rgb(109,85,30); }
div.DivClassName
{
background-color: #6D551E;
}
.BgClassName
{
background-color: #6D551E;
}
</style>
border-color css
<style>
span { border-color: #6D551E; }
span { border-color: rgb(109,85,30); }
td.TdClassName
{
border-color: #6D551E;
}
.TagClassName
{
border-color: #6D551E;
}
</style>