Shades of Horses Neck #6B5622
Tints of Horses Neck #6B5622
RGB
CMYK
RGB Variations
Color information
#6B5622 (or 0x6B5622) is known color: Horses Neck. HEX triplet: 6B, 56 and 22. RGB value is (107,86,34). Sum of RGB (Red+Green+Blue) = 107+86+34=227 (30% of max value = 765). Red value is 107 (42.19% from 255 or 47.14% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5622 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5622 is #94A9DD. Grayscale: #565656. Windows color (decimal): -9742814 or 2250347. OLE color: 2250347.
HSL color Cylindrical-coordinate representation of color #6B5622: hue angle of 42.74º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6B5622 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 86 | 34 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.58 |
| HSL | 42.74º | 0.52% | 0.28% | - |
| HSV(B) | 42.74º | 0.68% | 0.42% | - |
| XYZ | 9.68 | 9.9 | 2.91 | - |
| YUV | 86.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 86 | 34 | 0 | 0.20 | 0.68 | 0.58 | 42.74 | 0.52 | 0.28 |
| Hex | 6B | 56 | 22 | 0 | 14 | 44 | 3A | 2B | 34 | 1C |
| Octal | 153 | 126 | 42 | 0 | 24 | 104 | 72 | 53 | 64 | 34 |
| Binary | 1101011 | 1010110 | 100010 | 0 | 10100 | 1000100 | 111010 | 101011 | 110100 | 11100 |
Color Harmonies of #6B5622
Complementary color
Monochromatic Colors of #6B5622
Black with #6B5622
Text Example
Text Example
White with #6B5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5622; }
p { color: rgb(107,86,34); }
H1.HeaderClassName
{
color: #6B5622;
}
.AnyTagClassName
{
color: #6B5622;
}
</style>
background-color css
<style>
a { background-color: #6B5622; }
a { background-color: rgb(107,86,34); }
div.DivClassName
{
background-color: #6B5622;
}
.BgClassName
{
background-color: #6B5622;
}
</style>
border-color css
<style>
span { border-color: #6B5622; }
span { border-color: rgb(107,86,34); }
td.TdClassName
{
border-color: #6B5622;
}
.TagClassName
{
border-color: #6B5622;
}
</style>