Shades of Horses Neck #66562F
Tints of Horses Neck #66562F
RGB
CMYK
RGB Variations
Color information
#66562F (or 0x66562F) is known color: Horses Neck. HEX triplet: 66, 56 and 2F. RGB value is (102,86,47). Sum of RGB (Red+Green+Blue) = 102+86+47=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 86 (33.98% from 255 or 36.60% from 235); Blue value is 47 (18.75% from 255 or 20% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #66562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66562F is #99A9D0. Grayscale: #565656. Windows color (decimal): -10070481 or 3102310. OLE color: 3102310.
HSL color Cylindrical-coordinate representation of color #66562F: hue angle of 42.55º 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 #66562F is Cyan = 0, Magento = 0.16, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 86 | 47 | - |
| CMYK | 0 | 0.16 | 0.54 | 0.6 |
| HSL | 42.55º | 0.37% | 0.29% | - |
| HSV(B) | 42.55º | 0.54% | 0.4% | - |
| XYZ | 9.32 | 9.69 | 4.07 | - |
| YUV | 86.34 | 105.8 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 86 | 47 | 0 | 0.16 | 0.54 | 0.6 | 42.55 | 0.37 | 0.29 |
| Hex | 66 | 56 | 2F | 0 | 10 | 36 | 3C | 2B | 25 | 1D |
| Octal | 146 | 126 | 57 | 0 | 20 | 66 | 74 | 53 | 45 | 35 |
| Binary | 1100110 | 1010110 | 101111 | 0 | 10000 | 110110 | 111100 | 101011 | 100101 | 11101 |
Color Harmonies of #66562F
Complementary color
Monochromatic Colors of #66562F
Black with #66562F
Text Example
Text Example
White with #66562F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66562F; }
p { color: rgb(102,86,47); }
H1.HeaderClassName
{
color: #66562F;
}
.AnyTagClassName
{
color: #66562F;
}
</style>
background-color css
<style>
a { background-color: #66562F; }
a { background-color: rgb(102,86,47); }
div.DivClassName
{
background-color: #66562F;
}
.BgClassName
{
background-color: #66562F;
}
</style>
border-color css
<style>
span { border-color: #66562F; }
span { border-color: rgb(102,86,47); }
td.TdClassName
{
border-color: #66562F;
}
.TagClassName
{
border-color: #66562F;
}
</style>