Shades of Horses Neck #664E20
Tints of Horses Neck #664E20
RGB
CMYK
RGB Variations
Color information
#664E20 (or 0x664E20) is known color: Horses Neck. HEX triplet: 66, 4E and 20. RGB value is (102,78,32). Sum of RGB (Red+Green+Blue) = 102+78+32=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 78 (30.86% from 255 or 36.79% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #664E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E20 is #99B1DF. Grayscale: #505050. Windows color (decimal): -10072544 or 2117222. OLE color: 2117222.
HSL color Cylindrical-coordinate representation of color #664E20: hue angle of 39.43º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #664E20 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 78 | 32 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.6 |
| HSL | 39.43º | 0.52% | 0.26% | - |
| HSV(B) | 39.43º | 0.69% | 0.4% | - |
| XYZ | 8.46 | 8.38 | 2.54 | - |
| YUV | 79.93 | 100.95 | 143.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 78 | 32 | 0 | 0.24 | 0.69 | 0.6 | 39.43 | 0.52 | 0.26 |
| Hex | 66 | 4E | 20 | 0 | 18 | 45 | 3C | 27 | 34 | 1A |
| Octal | 146 | 116 | 40 | 0 | 30 | 105 | 74 | 47 | 64 | 32 |
| Binary | 1100110 | 1001110 | 100000 | 0 | 11000 | 1000101 | 111100 | 100111 | 110100 | 11010 |
Color Harmonies of #664E20
Complementary color
Monochromatic Colors of #664E20
Black with #664E20
Text Example
Text Example
White with #664E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #664E20; }
p { color: rgb(102,78,32); }
H1.HeaderClassName
{
color: #664E20;
}
.AnyTagClassName
{
color: #664E20;
}
</style>
background-color css
<style>
a { background-color: #664E20; }
a { background-color: rgb(102,78,32); }
div.DivClassName
{
background-color: #664E20;
}
.BgClassName
{
background-color: #664E20;
}
</style>
border-color css
<style>
span { border-color: #664E20; }
span { border-color: rgb(102,78,32); }
td.TdClassName
{
border-color: #664E20;
}
.TagClassName
{
border-color: #664E20;
}
</style>