Shades of Horses Neck #6B522E
Tints of Horses Neck #6B522E
RGB
CMYK
RGB Variations
Color information
#6B522E (or 0x6B522E) is known color: Horses Neck. HEX triplet: 6B, 52 and 2E. RGB value is (107,82,46). Sum of RGB (Red+Green+Blue) = 107+82+46=235 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.53% from 235); Green value is 82 (32.42% from 255 or 34.89% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 107 - color contains mainly: red. Hex color #6B522E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B522E is #94ADD1. Grayscale: #555555. Windows color (decimal): -9743826 or 3035755. OLE color: 3035755.
HSL color Cylindrical-coordinate representation of color #6B522E: hue angle of 35.41º degrees, saturation: 0.4, 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 #6B522E is Cyan = 0, Magento = 0.23, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 46 | - |
| CMYK | 0 | 0.23 | 0.57 | 0.58 |
| HSL | 35.41º | 0.4% | 0.3% | - |
| HSV(B) | 35.41º | 0.57% | 0.42% | - |
| XYZ | 9.57 | 9.36 | 3.89 | - |
| YUV | 85.37 | 105.78 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 46 | 0 | 0.23 | 0.57 | 0.58 | 35.41 | 0.4 | 0.3 |
| Hex | 6B | 52 | 2E | 0 | 17 | 39 | 3A | 23 | 28 | 1E |
| Octal | 153 | 122 | 56 | 0 | 27 | 71 | 72 | 43 | 50 | 36 |
| Binary | 1101011 | 1010010 | 101110 | 0 | 10111 | 111001 | 111010 | 100011 | 101000 | 11110 |
Color Harmonies of #6B522E
Complementary color
Monochromatic Colors of #6B522E
Black with #6B522E
Text Example
Text Example
White with #6B522E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B522E; }
p { color: rgb(107,82,46); }
H1.HeaderClassName
{
color: #6B522E;
}
.AnyTagClassName
{
color: #6B522E;
}
</style>
background-color css
<style>
a { background-color: #6B522E; }
a { background-color: rgb(107,82,46); }
div.DivClassName
{
background-color: #6B522E;
}
.BgClassName
{
background-color: #6B522E;
}
</style>
border-color css
<style>
span { border-color: #6B522E; }
span { border-color: rgb(107,82,46); }
td.TdClassName
{
border-color: #6B522E;
}
.TagClassName
{
border-color: #6B522E;
}
</style>