Shades of Horses Neck #66552F
Tints of Horses Neck #66552F
RGB
CMYK
RGB Variations
Color information
#66552F (or 0x66552F) is known color: Horses Neck. HEX triplet: 66, 55 and 2F. RGB value is (102,85,47). Sum of RGB (Red+Green+Blue) = 102+85+47=234 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.59% from 234); Green value is 85 (33.59% from 255 or 36.32% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 102 - color contains mainly: red. Hex color #66552F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66552F is #99AAD0. Grayscale: #555555. Windows color (decimal): -10070737 or 3102054. OLE color: 3102054.
HSL color Cylindrical-coordinate representation of color #66552F: hue angle of 41.45º 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 #66552F is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 85 | 47 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.6 |
| HSL | 41.45º | 0.37% | 0.29% | - |
| HSV(B) | 41.45º | 0.54% | 0.4% | - |
| XYZ | 9.24 | 9.53 | 4.04 | - |
| YUV | 85.75 | 106.13 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 85 | 47 | 0 | 0.17 | 0.54 | 0.6 | 41.45 | 0.37 | 0.29 |
| Hex | 66 | 55 | 2F | 0 | 11 | 36 | 3C | 29 | 25 | 1D |
| Octal | 146 | 125 | 57 | 0 | 21 | 66 | 74 | 51 | 45 | 35 |
| Binary | 1100110 | 1010101 | 101111 | 0 | 10001 | 110110 | 111100 | 101001 | 100101 | 11101 |
Color Harmonies of #66552F
Complementary color
Monochromatic Colors of #66552F
Black with #66552F
Text Example
Text Example
White with #66552F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66552F; }
p { color: rgb(102,85,47); }
H1.HeaderClassName
{
color: #66552F;
}
.AnyTagClassName
{
color: #66552F;
}
</style>
background-color css
<style>
a { background-color: #66552F; }
a { background-color: rgb(102,85,47); }
div.DivClassName
{
background-color: #66552F;
}
.BgClassName
{
background-color: #66552F;
}
</style>
border-color css
<style>
span { border-color: #66552F; }
span { border-color: rgb(102,85,47); }
td.TdClassName
{
border-color: #66552F;
}
.TagClassName
{
border-color: #66552F;
}
</style>