Shades of Horses Neck #6B4F21
Tints of Horses Neck #6B4F21
RGB
CMYK
RGB Variations
Color information
#6B4F21 (or 0x6B4F21) is known color: Horses Neck. HEX triplet: 6B, 4F and 21. RGB value is (107,79,33). Sum of RGB (Red+Green+Blue) = 107+79+33=219 (29% of max value = 765). Red value is 107 (42.19% from 255 or 48.86% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4F21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B4F21 is #94B0DE. Grayscale: #525252. Windows color (decimal): -9744607 or 2183019. OLE color: 2183019.
HSL color Cylindrical-coordinate representation of color #6B4F21: hue angle of 37.3º 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 #6B4F21 is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 79 | 33 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.58 |
| HSL | 37.3º | 0.53% | 0.27% | - |
| HSV(B) | 37.3º | 0.69% | 0.42% | - |
| XYZ | 9.13 | 8.83 | 2.66 | - |
| YUV | 82.13 | 100.28 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 79 | 33 | 0 | 0.26 | 0.69 | 0.58 | 37.3 | 0.53 | 0.27 |
| Hex | 6B | 4F | 21 | 0 | 1A | 45 | 3A | 25 | 35 | 1B |
| Octal | 153 | 117 | 41 | 0 | 32 | 105 | 72 | 45 | 65 | 33 |
| Binary | 1101011 | 1001111 | 100001 | 0 | 11010 | 1000101 | 111010 | 100101 | 110101 | 11011 |
Color Harmonies of #6B4F21
Complementary color
Monochromatic Colors of #6B4F21
Black with #6B4F21
Text Example
Text Example
White with #6B4F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4F21; }
p { color: rgb(107,79,33); }
H1.HeaderClassName
{
color: #6B4F21;
}
.AnyTagClassName
{
color: #6B4F21;
}
</style>
background-color css
<style>
a { background-color: #6B4F21; }
a { background-color: rgb(107,79,33); }
div.DivClassName
{
background-color: #6B4F21;
}
.BgClassName
{
background-color: #6B4F21;
}
</style>
border-color css
<style>
span { border-color: #6B4F21; }
span { border-color: rgb(107,79,33); }
td.TdClassName
{
border-color: #6B4F21;
}
.TagClassName
{
border-color: #6B4F21;
}
</style>