Shades of Horses Neck #6B5822
Tints of Horses Neck #6B5822
RGB
CMYK
RGB Variations
Color information
#6B5822 (or 0x6B5822) is known color: Horses Neck. HEX triplet: 6B, 58 and 22. RGB value is (107,88,34). Sum of RGB (Red+Green+Blue) = 107+88+34=229 (30% of max value = 765). Red value is 107 (42.19% from 255 or 46.72% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5822 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5822 is #94A7DD. Grayscale: #575757. Windows color (decimal): -9742302 or 2250859. OLE color: 2250859.
HSL color Cylindrical-coordinate representation of color #6B5822: hue angle of 44.38º 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 #6B5822 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 88 | 34 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.58 |
| HSL | 44.38º | 0.52% | 0.28% | - |
| HSV(B) | 44.38º | 0.68% | 0.42% | - |
| XYZ | 9.84 | 10.22 | 2.97 | - |
| YUV | 87.53 | 97.79 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 88 | 34 | 0 | 0.18 | 0.68 | 0.58 | 44.38 | 0.52 | 0.28 |
| Hex | 6B | 58 | 22 | 0 | 12 | 44 | 3A | 2C | 34 | 1C |
| Octal | 153 | 130 | 42 | 0 | 22 | 104 | 72 | 54 | 64 | 34 |
| Binary | 1101011 | 1011000 | 100010 | 0 | 10010 | 1000100 | 111010 | 101100 | 110100 | 11100 |
Color Harmonies of #6B5822
Complementary color
Monochromatic Colors of #6B5822
Black with #6B5822
Text Example
Text Example
White with #6B5822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5822; }
p { color: rgb(107,88,34); }
H1.HeaderClassName
{
color: #6B5822;
}
.AnyTagClassName
{
color: #6B5822;
}
</style>
background-color css
<style>
a { background-color: #6B5822; }
a { background-color: rgb(107,88,34); }
div.DivClassName
{
background-color: #6B5822;
}
.BgClassName
{
background-color: #6B5822;
}
</style>
border-color css
<style>
span { border-color: #6B5822; }
span { border-color: rgb(107,88,34); }
td.TdClassName
{
border-color: #6B5822;
}
.TagClassName
{
border-color: #6B5822;
}
</style>