Shades of Horses Neck #66572A
Tints of Horses Neck #66572A
RGB
CMYK
RGB Variations
Color information
#66572A (or 0x66572A) is known color: Horses Neck. HEX triplet: 66, 57 and 2A. RGB value is (102,87,42). Sum of RGB (Red+Green+Blue) = 102+87+42=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 87 (34.38% from 255 or 37.66% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66572A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66572A is #99A8D5. Grayscale: #565656. Windows color (decimal): -10070230 or 2774886. OLE color: 2774886.
HSL color Cylindrical-coordinate representation of color #66572A: hue angle of 45º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66572A is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 42 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.6 |
| HSL | 45º | 0.42% | 0.28% | - |
| HSV(B) | 45º | 0.59% | 0.4% | - |
| XYZ | 9.31 | 9.81 | 3.59 | - |
| YUV | 86.36 | 102.97 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 42 | 0 | 0.15 | 0.59 | 0.6 | 45 | 0.42 | 0.28 |
| Hex | 66 | 57 | 2A | 0 | F | 3B | 3C | 2D | 2A | 1C |
| Octal | 146 | 127 | 52 | 0 | 17 | 73 | 74 | 55 | 52 | 34 |
| Binary | 1100110 | 1010111 | 101010 | 0 | 1111 | 111011 | 111100 | 101101 | 101010 | 11100 |
Color Harmonies of #66572A
Complementary color
Monochromatic Colors of #66572A
Black with #66572A
Text Example
Text Example
White with #66572A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66572A; }
p { color: rgb(102,87,42); }
H1.HeaderClassName
{
color: #66572A;
}
.AnyTagClassName
{
color: #66572A;
}
</style>
background-color css
<style>
a { background-color: #66572A; }
a { background-color: rgb(102,87,42); }
div.DivClassName
{
background-color: #66572A;
}
.BgClassName
{
background-color: #66572A;
}
</style>
border-color css
<style>
span { border-color: #66572A; }
span { border-color: rgb(102,87,42); }
td.TdClassName
{
border-color: #66572A;
}
.TagClassName
{
border-color: #66572A;
}
</style>