Shades of Horses Neck #66582B
Tints of Horses Neck #66582B
RGB
CMYK
RGB Variations
Color information
#66582B (or 0x66582B) is known color: Horses Neck. HEX triplet: 66, 58 and 2B. RGB value is (102,88,43). Sum of RGB (Red+Green+Blue) = 102+88+43=233 (30% of max value = 765). Red value is 102 (40.23% from 255 or 43.78% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 102 - color contains mainly: red. Hex color #66582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66582B is #99A7D4. Grayscale: #575757. Windows color (decimal): -10069973 or 2840678. OLE color: 2840678.
HSL color Cylindrical-coordinate representation of color #66582B: hue angle of 45.76º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66582B is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 43 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.6 |
| HSL | 45.76º | 0.41% | 0.28% | - |
| HSV(B) | 45.76º | 0.58% | 0.4% | - |
| XYZ | 9.41 | 9.98 | 3.72 | - |
| YUV | 87.06 | 103.14 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 43 | 0 | 0.14 | 0.58 | 0.6 | 45.76 | 0.41 | 0.28 |
| Hex | 66 | 58 | 2B | 0 | E | 3A | 3C | 2E | 29 | 1C |
| Octal | 146 | 130 | 53 | 0 | 16 | 72 | 74 | 56 | 51 | 34 |
| Binary | 1100110 | 1011000 | 101011 | 0 | 1110 | 111010 | 111100 | 101110 | 101001 | 11100 |
Color Harmonies of #66582B
Complementary color
Monochromatic Colors of #66582B
Black with #66582B
Text Example
Text Example
White with #66582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66582B; }
p { color: rgb(102,88,43); }
H1.HeaderClassName
{
color: #66582B;
}
.AnyTagClassName
{
color: #66582B;
}
</style>
background-color css
<style>
a { background-color: #66582B; }
a { background-color: rgb(102,88,43); }
div.DivClassName
{
background-color: #66582B;
}
.BgClassName
{
background-color: #66582B;
}
</style>
border-color css
<style>
span { border-color: #66582B; }
span { border-color: rgb(102,88,43); }
td.TdClassName
{
border-color: #66582B;
}
.TagClassName
{
border-color: #66582B;
}
</style>