Shades of Horses Neck #66512F
Tints of Horses Neck #66512F
RGB
CMYK
RGB Variations
Color information
#66512F (or 0x66512F) is known color: Horses Neck. HEX triplet: 66, 51 and 2F. RGB value is (102,81,47). Sum of RGB (Red+Green+Blue) = 102+81+47=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 81 (32.03% from 255 or 35.22% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66512F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66512F is #99AED0. Grayscale: #535353. Windows color (decimal): -10071761 or 3101030. OLE color: 3101030.
HSL color Cylindrical-coordinate representation of color #66512F: hue angle of 37.09º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66512F is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 81 | 47 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.6 |
| HSL | 37.09º | 0.37% | 0.29% | - |
| HSV(B) | 37.09º | 0.54% | 0.4% | - |
| XYZ | 8.94 | 8.91 | 3.94 | - |
| YUV | 83.4 | 107.46 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 81 | 47 | 0 | 0.21 | 0.54 | 0.6 | 37.09 | 0.37 | 0.29 |
| Hex | 66 | 51 | 2F | 0 | 15 | 36 | 3C | 25 | 25 | 1D |
| Octal | 146 | 121 | 57 | 0 | 25 | 66 | 74 | 45 | 45 | 35 |
| Binary | 1100110 | 1010001 | 101111 | 0 | 10101 | 110110 | 111100 | 100101 | 100101 | 11101 |
Color Harmonies of #66512F
Complementary color
Monochromatic Colors of #66512F
Black with #66512F
Text Example
Text Example
White with #66512F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66512F; }
p { color: rgb(102,81,47); }
H1.HeaderClassName
{
color: #66512F;
}
.AnyTagClassName
{
color: #66512F;
}
</style>
background-color css
<style>
a { background-color: #66512F; }
a { background-color: rgb(102,81,47); }
div.DivClassName
{
background-color: #66512F;
}
.BgClassName
{
background-color: #66512F;
}
</style>
border-color css
<style>
span { border-color: #66512F; }
span { border-color: rgb(102,81,47); }
td.TdClassName
{
border-color: #66512F;
}
.TagClassName
{
border-color: #66512F;
}
</style>