Shades of Horses Neck #6B521E
Tints of Horses Neck #6B521E
RGB
CMYK
RGB Variations
Color information
#6B521E (or 0x6B521E) is known color: Horses Neck. HEX triplet: 6B, 52 and 1E. RGB value is (107,82,30). Sum of RGB (Red+Green+Blue) = 107+82+30=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 82 (32.42% from 255 or 37.44% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B521E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B521E is #94ADE1. Grayscale: #535353. Windows color (decimal): -9743842 or 1987179. OLE color: 1987179.
HSL color Cylindrical-coordinate representation of color #6B521E: hue angle of 40.52º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6B521E is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 30 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.58 |
| HSL | 40.52º | 0.56% | 0.27% | - |
| HSV(B) | 40.52º | 0.72% | 0.42% | - |
| XYZ | 9.32 | 9.25 | 2.52 | - |
| YUV | 83.55 | 97.78 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 30 | 0 | 0.23 | 0.72 | 0.58 | 40.52 | 0.56 | 0.27 |
| Hex | 6B | 52 | 1E | 0 | 17 | 48 | 3A | 29 | 38 | 1B |
| Octal | 153 | 122 | 36 | 0 | 27 | 110 | 72 | 51 | 70 | 33 |
| Binary | 1101011 | 1010010 | 11110 | 0 | 10111 | 1001000 | 111010 | 101001 | 111000 | 11011 |
Color Harmonies of #6B521E
Complementary color
Monochromatic Colors of #6B521E
Black with #6B521E
Text Example
Text Example
White with #6B521E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B521E; }
p { color: rgb(107,82,30); }
H1.HeaderClassName
{
color: #6B521E;
}
.AnyTagClassName
{
color: #6B521E;
}
</style>
background-color css
<style>
a { background-color: #6B521E; }
a { background-color: rgb(107,82,30); }
div.DivClassName
{
background-color: #6B521E;
}
.BgClassName
{
background-color: #6B521E;
}
</style>
border-color css
<style>
span { border-color: #6B521E; }
span { border-color: rgb(107,82,30); }
td.TdClassName
{
border-color: #6B521E;
}
.TagClassName
{
border-color: #6B521E;
}
</style>