Shades of Horses Neck #66572C
Tints of Horses Neck #66572C
RGB
CMYK
RGB Variations
Color information
#66572C (or 0x66572C) is known color: Horses Neck. HEX triplet: 66, 57 and 2C. RGB value is (102,87,44). Sum of RGB (Red+Green+Blue) = 102+87+44=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66572C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66572C is #99A8D3. Grayscale: #565656. Windows color (decimal): -10070228 or 2905958. OLE color: 2905958.
HSL color Cylindrical-coordinate representation of color #66572C: hue angle of 44.48º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66572C is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 44 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.6 |
| HSL | 44.48º | 0.4% | 0.29% | - |
| HSV(B) | 44.48º | 0.57% | 0.4% | - |
| XYZ | 9.34 | 9.82 | 3.79 | - |
| YUV | 86.58 | 103.97 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 44 | 0 | 0.15 | 0.57 | 0.6 | 44.48 | 0.4 | 0.29 |
| Hex | 66 | 57 | 2C | 0 | F | 39 | 3C | 2C | 28 | 1D |
| Octal | 146 | 127 | 54 | 0 | 17 | 71 | 74 | 54 | 50 | 35 |
| Binary | 1100110 | 1010111 | 101100 | 0 | 1111 | 111001 | 111100 | 101100 | 101000 | 11101 |
Color Harmonies of #66572C
Complementary color
Monochromatic Colors of #66572C
Black with #66572C
Text Example
Text Example
White with #66572C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66572C; }
p { color: rgb(102,87,44); }
H1.HeaderClassName
{
color: #66572C;
}
.AnyTagClassName
{
color: #66572C;
}
</style>
background-color css
<style>
a { background-color: #66572C; }
a { background-color: rgb(102,87,44); }
div.DivClassName
{
background-color: #66572C;
}
.BgClassName
{
background-color: #66572C;
}
</style>
border-color css
<style>
span { border-color: #66572C; }
span { border-color: rgb(102,87,44); }
td.TdClassName
{
border-color: #66572C;
}
.TagClassName
{
border-color: #66572C;
}
</style>