Shades of Horses Neck #6E551B
Tints of Horses Neck #6E551B
RGB
CMYK
RGB Variations
Color information
#6E551B (or 0x6E551B) is known color: Horses Neck. HEX triplet: 6E, 55 and 1B. RGB value is (110,85,27). Sum of RGB (Red+Green+Blue) = 110+85+27=222 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.55% from 222); Green value is 85 (33.59% from 255 or 38.29% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 110 - color contains mainly: red. Hex color #6E551B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E551B is #91AAE4. Grayscale: #565656. Windows color (decimal): -9546469 or 1791342. OLE color: 1791342.
HSL color Cylindrical-coordinate representation of color #6E551B: hue angle of 41.93º degrees, saturation: 0.61, 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 #6E551B is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 85 | 27 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.57 |
| HSL | 41.93º | 0.61% | 0.27% | - |
| HSV(B) | 41.93º | 0.75% | 0.43% | - |
| XYZ | 9.88 | 9.89 | 2.43 | - |
| YUV | 85.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 85 | 27 | 0 | 0.23 | 0.75 | 0.57 | 41.93 | 0.61 | 0.27 |
| Hex | 6E | 55 | 1B | 0 | 17 | 4B | 39 | 2A | 3D | 1B |
| Octal | 156 | 125 | 33 | 0 | 27 | 113 | 71 | 52 | 75 | 33 |
| Binary | 1101110 | 1010101 | 11011 | 0 | 10111 | 1001011 | 111001 | 101010 | 111101 | 11011 |
Color Harmonies of #6E551B
Complementary color
Monochromatic Colors of #6E551B
Black with #6E551B
Text Example
Text Example
White with #6E551B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E551B; }
p { color: rgb(110,85,27); }
H1.HeaderClassName
{
color: #6E551B;
}
.AnyTagClassName
{
color: #6E551B;
}
</style>
background-color css
<style>
a { background-color: #6E551B; }
a { background-color: rgb(110,85,27); }
div.DivClassName
{
background-color: #6E551B;
}
.BgClassName
{
background-color: #6E551B;
}
</style>
border-color css
<style>
span { border-color: #6E551B; }
span { border-color: rgb(110,85,27); }
td.TdClassName
{
border-color: #6E551B;
}
.TagClassName
{
border-color: #6E551B;
}
</style>