Shades of Horses Neck #6E521D
Tints of Horses Neck #6E521D
RGB
CMYK
RGB Variations
Color information
#6E521D (or 0x6E521D) is known color: Horses Neck. HEX triplet: 6E, 52 and 1D. RGB value is (110,82,29). Sum of RGB (Red+Green+Blue) = 110+82+29=221 (29% of max value = 765). Red value is 110 (43.36% from 255 or 49.77% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 110 - color contains mainly: red. Hex color #6E521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E521D is #91ADE2. Grayscale: #545454. Windows color (decimal): -9547235 or 1921646. OLE color: 1921646.
HSL color Cylindrical-coordinate representation of color #6E521D: hue angle of 39.26º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E521D is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 82 | 29 | - |
| CMYK | 0 | 0.25 | 0.74 | 0.57 |
| HSL | 39.26º | 0.58% | 0.27% | - |
| HSV(B) | 39.26º | 0.74% | 0.43% | - |
| XYZ | 9.67 | 9.44 | 2.47 | - |
| YUV | 84.33 | 96.78 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 82 | 29 | 0 | 0.25 | 0.74 | 0.57 | 39.26 | 0.58 | 0.27 |
| Hex | 6E | 52 | 1D | 0 | 19 | 4A | 39 | 27 | 3A | 1B |
| Octal | 156 | 122 | 35 | 0 | 31 | 112 | 71 | 47 | 72 | 33 |
| Binary | 1101110 | 1010010 | 11101 | 0 | 11001 | 1001010 | 111001 | 100111 | 111010 | 11011 |
Color Harmonies of #6E521D
Complementary color
Monochromatic Colors of #6E521D
Black with #6E521D
Text Example
Text Example
White with #6E521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E521D; }
p { color: rgb(110,82,29); }
H1.HeaderClassName
{
color: #6E521D;
}
.AnyTagClassName
{
color: #6E521D;
}
</style>
background-color css
<style>
a { background-color: #6E521D; }
a { background-color: rgb(110,82,29); }
div.DivClassName
{
background-color: #6E521D;
}
.BgClassName
{
background-color: #6E521D;
}
</style>
border-color css
<style>
span { border-color: #6E521D; }
span { border-color: rgb(110,82,29); }
td.TdClassName
{
border-color: #6E521D;
}
.TagClassName
{
border-color: #6E521D;
}
</style>