Shades of Horses Neck #6A522E
Tints of Horses Neck #6A522E
RGB
CMYK
RGB Variations
Color information
#6A522E (or 0x6A522E) is known color: Horses Neck. HEX triplet: 6A, 52 and 2E. RGB value is (106,82,46). Sum of RGB (Red+Green+Blue) = 106+82+46=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 82 (32.42% from 255 or 35.04% from 234); Blue value is 46 (18.36% from 255 or 19.66% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A522E is #95ADD1. Grayscale: #555555. Windows color (decimal): -9809362 or 3035754. OLE color: 3035754.
HSL color Cylindrical-coordinate representation of color #6A522E: hue angle of 36º 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 #6A522E is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 82 | 46 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.58 |
| HSL | 36º | 0.39% | 0.3% | - |
| HSV(B) | 36º | 0.57% | 0.42% | - |
| XYZ | 9.45 | 9.3 | 3.88 | - |
| YUV | 85.07 | 105.95 | 142.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 82 | 46 | 0 | 0.23 | 0.57 | 0.58 | 36 | 0.39 | 0.3 |
| Hex | 6A | 52 | 2E | 0 | 17 | 39 | 3A | 24 | 27 | 1E |
| Octal | 152 | 122 | 56 | 0 | 27 | 71 | 72 | 44 | 47 | 36 |
| Binary | 1101010 | 1010010 | 101110 | 0 | 10111 | 111001 | 111010 | 100100 | 100111 | 11110 |
Color Harmonies of #6A522E
Complementary color
Monochromatic Colors of #6A522E
Black with #6A522E
Text Example
Text Example
White with #6A522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A522E; }
p { color: rgb(106,82,46); }
H1.HeaderClassName
{
color: #6A522E;
}
.AnyTagClassName
{
color: #6A522E;
}
</style>
background-color css
<style>
a { background-color: #6A522E; }
a { background-color: rgb(106,82,46); }
div.DivClassName
{
background-color: #6A522E;
}
.BgClassName
{
background-color: #6A522E;
}
</style>
border-color css
<style>
span { border-color: #6A522E; }
span { border-color: rgb(106,82,46); }
td.TdClassName
{
border-color: #6A522E;
}
.TagClassName
{
border-color: #6A522E;
}
</style>