Shades of Horses Neck #6B5221
Tints of Horses Neck #6B5221
RGB
CMYK
RGB Variations
Color information
#6B5221 (or 0x6B5221) is known color: Horses Neck. HEX triplet: 6B, 52 and 21. RGB value is (107,82,33). Sum of RGB (Red+Green+Blue) = 107+82+33=222 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.20% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5221 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5221 is #94ADDE. Grayscale: #545454. Windows color (decimal): -9743839 or 2183787. OLE color: 2183787.
HSL color Cylindrical-coordinate representation of color #6B5221: hue angle of 39.73º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6B5221 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 82 | 33 | - |
| CMYK | 0 | 0.23 | 0.69 | 0.58 |
| HSL | 39.73º | 0.53% | 0.27% | - |
| HSV(B) | 39.73º | 0.69% | 0.42% | - |
| XYZ | 9.36 | 9.27 | 2.74 | - |
| YUV | 83.89 | 99.28 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 82 | 33 | 0 | 0.23 | 0.69 | 0.58 | 39.73 | 0.53 | 0.27 |
| Hex | 6B | 52 | 21 | 0 | 17 | 45 | 3A | 28 | 35 | 1B |
| Octal | 153 | 122 | 41 | 0 | 27 | 105 | 72 | 50 | 65 | 33 |
| Binary | 1101011 | 1010010 | 100001 | 0 | 10111 | 1000101 | 111010 | 101000 | 110101 | 11011 |
Color Harmonies of #6B5221
Complementary color
Monochromatic Colors of #6B5221
Black with #6B5221
Text Example
Text Example
White with #6B5221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5221; }
p { color: rgb(107,82,33); }
H1.HeaderClassName
{
color: #6B5221;
}
.AnyTagClassName
{
color: #6B5221;
}
</style>
background-color css
<style>
a { background-color: #6B5221; }
a { background-color: rgb(107,82,33); }
div.DivClassName
{
background-color: #6B5221;
}
.BgClassName
{
background-color: #6B5221;
}
</style>
border-color css
<style>
span { border-color: #6B5221; }
span { border-color: rgb(107,82,33); }
td.TdClassName
{
border-color: #6B5221;
}
.TagClassName
{
border-color: #6B5221;
}
</style>