Shades of Horses Neck #66502E
Tints of Horses Neck #66502E
RGB
CMYK
RGB Variations
Color information
#66502E (or 0x66502E) is known color: Horses Neck. HEX triplet: 66, 50 and 2E. RGB value is (102,80,46). Sum of RGB (Red+Green+Blue) = 102+80+46=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 102 - color contains mainly: red. Hex color #66502E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66502E is #99AFD1. Grayscale: #525252. Windows color (decimal): -10072018 or 3035238. OLE color: 3035238.
HSL color Cylindrical-coordinate representation of color #66502E: hue angle of 36.43º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66502E is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 80 | 46 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.6 |
| HSL | 36.43º | 0.38% | 0.29% | - |
| HSV(B) | 36.43º | 0.55% | 0.4% | - |
| XYZ | 8.84 | 8.76 | 3.81 | - |
| YUV | 82.7 | 107.29 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 80 | 46 | 0 | 0.22 | 0.55 | 0.6 | 36.43 | 0.38 | 0.29 |
| Hex | 66 | 50 | 2E | 0 | 16 | 37 | 3C | 24 | 26 | 1D |
| Octal | 146 | 120 | 56 | 0 | 26 | 67 | 74 | 44 | 46 | 35 |
| Binary | 1100110 | 1010000 | 101110 | 0 | 10110 | 110111 | 111100 | 100100 | 100110 | 11101 |
Color Harmonies of #66502E
Complementary color
Monochromatic Colors of #66502E
Black with #66502E
Text Example
Text Example
White with #66502E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66502E; }
p { color: rgb(102,80,46); }
H1.HeaderClassName
{
color: #66502E;
}
.AnyTagClassName
{
color: #66502E;
}
</style>
background-color css
<style>
a { background-color: #66502E; }
a { background-color: rgb(102,80,46); }
div.DivClassName
{
background-color: #66502E;
}
.BgClassName
{
background-color: #66502E;
}
</style>
border-color css
<style>
span { border-color: #66502E; }
span { border-color: rgb(102,80,46); }
td.TdClassName
{
border-color: #66502E;
}
.TagClassName
{
border-color: #66502E;
}
</style>