Shades of Horses Neck #6B562B
Tints of Horses Neck #6B562B
RGB
CMYK
RGB Variations
Color information
#6B562B (or 0x6B562B) is known color: Horses Neck. HEX triplet: 6B, 56 and 2B. RGB value is (107,86,43). Sum of RGB (Red+Green+Blue) = 107+86+43=236 (31% of max value = 765). Red value is 107 (42.19% from 255 or 45.34% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 107 - color contains mainly: red. Hex color #6B562B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B562B is #94A9D4. Grayscale: #575757. Windows color (decimal): -9742805 or 2840171. OLE color: 2840171.
HSL color Cylindrical-coordinate representation of color #6B562B: hue angle of 40.31º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B562B is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 43 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.58 |
| HSL | 40.31º | 0.43% | 0.29% | - |
| HSV(B) | 40.31º | 0.6% | 0.42% | - |
| XYZ | 9.83 | 9.96 | 3.69 | - |
| YUV | 87.38 | 102.96 | 142 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 43 | 0 | 0.20 | 0.60 | 0.58 | 40.31 | 0.43 | 0.29 |
| Hex | 6B | 56 | 2B | 0 | 14 | 3C | 3A | 28 | 2B | 1D |
| Octal | 153 | 126 | 53 | 0 | 24 | 74 | 72 | 50 | 53 | 35 |
| Binary | 1101011 | 1010110 | 101011 | 0 | 10100 | 111100 | 111010 | 101000 | 101011 | 11101 |
Color Harmonies of #6B562B
Complementary color
Monochromatic Colors of #6B562B
Black with #6B562B
Text Example
Text Example
White with #6B562B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B562B; }
p { color: rgb(107,86,43); }
H1.HeaderClassName
{
color: #6B562B;
}
.AnyTagClassName
{
color: #6B562B;
}
</style>
background-color css
<style>
a { background-color: #6B562B; }
a { background-color: rgb(107,86,43); }
div.DivClassName
{
background-color: #6B562B;
}
.BgClassName
{
background-color: #6B562B;
}
</style>
border-color css
<style>
span { border-color: #6B562B; }
span { border-color: rgb(107,86,43); }
td.TdClassName
{
border-color: #6B562B;
}
.TagClassName
{
border-color: #6B562B;
}
</style>