Shades of Horses Neck #66511F
Tints of Horses Neck #66511F
RGB
CMYK
RGB Variations
Color information
#66511F (or 0x66511F) is known color: Horses Neck. HEX triplet: 66, 51 and 1F. RGB value is (102,81,31). Sum of RGB (Red+Green+Blue) = 102+81+31=214 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.66% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 31 (12.5% from 255 or 14.49% from 214); Max value from RGB is 102 - color contains mainly: red. Hex color #66511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66511F is #99AEE0. Grayscale: #515151. Windows color (decimal): -10071777 or 2052454. OLE color: 2052454.
HSL color Cylindrical-coordinate representation of color #66511F: hue angle of 42.25º 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 #66511F is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 31 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.6 |
| HSL | 42.25º | 0.53% | 0.26% | - |
| HSV(B) | 42.25º | 0.7% | 0.4% | - |
| XYZ | 8.67 | 8.81 | 2.54 | - |
| YUV | 81.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 31 | 0 | 0.21 | 0.70 | 0.6 | 42.25 | 0.53 | 0.26 |
| Hex | 66 | 51 | 1F | 0 | 15 | 46 | 3C | 2A | 35 | 1A |
| Octal | 146 | 121 | 37 | 0 | 25 | 106 | 74 | 52 | 65 | 32 |
| Binary | 1100110 | 1010001 | 11111 | 0 | 10101 | 1000110 | 111100 | 101010 | 110101 | 11010 |
Color Harmonies of #66511F
Complementary color
Monochromatic Colors of #66511F
Black with #66511F
Text Example
Text Example
White with #66511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66511F; }
p { color: rgb(102,81,31); }
H1.HeaderClassName
{
color: #66511F;
}
.AnyTagClassName
{
color: #66511F;
}
</style>
background-color css
<style>
a { background-color: #66511F; }
a { background-color: rgb(102,81,31); }
div.DivClassName
{
background-color: #66511F;
}
.BgClassName
{
background-color: #66511F;
}
</style>
border-color css
<style>
span { border-color: #66511F; }
span { border-color: rgb(102,81,31); }
td.TdClassName
{
border-color: #66511F;
}
.TagClassName
{
border-color: #66511F;
}
</style>