Shades of Horses Neck #66521F
Tints of Horses Neck #66521F
RGB
CMYK
RGB Variations
Color information
#66521F (or 0x66521F) is known color: Horses Neck. HEX triplet: 66, 52 and 1F. RGB value is (102,82,31). Sum of RGB (Red+Green+Blue) = 102+82+31=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 31 (12.5% from 255 or 14.42% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66521F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66521F is #99ADE0. Grayscale: #525252. Windows color (decimal): -10071521 or 2052710. OLE color: 2052710.
HSL color Cylindrical-coordinate representation of color #66521F: hue angle of 43.1º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66521F is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 31 | - |
| CMYK | 0 | 0.20 | 0.70 | 0.6 |
| HSL | 43.1º | 0.53% | 0.26% | - |
| HSV(B) | 43.1º | 0.7% | 0.4% | - |
| XYZ | 8.74 | 8.96 | 2.56 | - |
| YUV | 82.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 31 | 0 | 0.20 | 0.70 | 0.6 | 43.1 | 0.53 | 0.26 |
| Hex | 66 | 52 | 1F | 0 | 14 | 46 | 3C | 2B | 35 | 1A |
| Octal | 146 | 122 | 37 | 0 | 24 | 106 | 74 | 53 | 65 | 32 |
| Binary | 1100110 | 1010010 | 11111 | 0 | 10100 | 1000110 | 111100 | 101011 | 110101 | 11010 |
Color Harmonies of #66521F
Complementary color
Monochromatic Colors of #66521F
Black with #66521F
Text Example
Text Example
White with #66521F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66521F; }
p { color: rgb(102,82,31); }
H1.HeaderClassName
{
color: #66521F;
}
.AnyTagClassName
{
color: #66521F;
}
</style>
background-color css
<style>
a { background-color: #66521F; }
a { background-color: rgb(102,82,31); }
div.DivClassName
{
background-color: #66521F;
}
.BgClassName
{
background-color: #66521F;
}
</style>
border-color css
<style>
span { border-color: #66521F; }
span { border-color: rgb(102,82,31); }
td.TdClassName
{
border-color: #66521F;
}
.TagClassName
{
border-color: #66521F;
}
</style>