Shades of Horses Neck #6A562E
Tints of Horses Neck #6A562E
RGB
CMYK
RGB Variations
Color information
#6A562E (or 0x6A562E) is known color: Horses Neck. HEX triplet: 6A, 56 and 2E. RGB value is (106,86,46). Sum of RGB (Red+Green+Blue) = 106+86+46=238 (31% of max value = 765). Red value is 106 (41.80% from 255 or 44.54% from 238); Green value is 86 (33.98% from 255 or 36.13% from 238); Blue value is 46 (18.36% from 255 or 19.33% from 238); Max value from RGB is 106 - color contains mainly: red. Hex color #6A562E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A562E is #95A9D1. Grayscale: #575757. Windows color (decimal): -9808338 or 3036778. OLE color: 3036778.
HSL color Cylindrical-coordinate representation of color #6A562E: hue angle of 40º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A562E is Cyan = 0, Magento = 0.19, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 86 | 46 | - |
| CMYK | 0 | 0.19 | 0.57 | 0.58 |
| HSL | 40º | 0.39% | 0.3% | - |
| HSV(B) | 40º | 0.57% | 0.42% | - |
| XYZ | 9.76 | 9.92 | 3.98 | - |
| YUV | 87.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 86 | 46 | 0 | 0.19 | 0.57 | 0.58 | 40 | 0.39 | 0.3 |
| Hex | 6A | 56 | 2E | 0 | 13 | 39 | 3A | 28 | 27 | 1E |
| Octal | 152 | 126 | 56 | 0 | 23 | 71 | 72 | 50 | 47 | 36 |
| Binary | 1101010 | 1010110 | 101110 | 0 | 10011 | 111001 | 111010 | 101000 | 100111 | 11110 |
Color Harmonies of #6A562E
Complementary color
Monochromatic Colors of #6A562E
Black with #6A562E
Text Example
Text Example
White with #6A562E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A562E; }
p { color: rgb(106,86,46); }
H1.HeaderClassName
{
color: #6A562E;
}
.AnyTagClassName
{
color: #6A562E;
}
</style>
background-color css
<style>
a { background-color: #6A562E; }
a { background-color: rgb(106,86,46); }
div.DivClassName
{
background-color: #6A562E;
}
.BgClassName
{
background-color: #6A562E;
}
</style>
border-color css
<style>
span { border-color: #6A562E; }
span { border-color: rgb(106,86,46); }
td.TdClassName
{
border-color: #6A562E;
}
.TagClassName
{
border-color: #6A562E;
}
</style>