Shades of Horses Neck #66583B
Tints of Horses Neck #66583B
RGB
CMYK
RGB Variations
Color information
#66583B (or 0x66583B) is known color: Horses Neck. HEX triplet: 66, 58 and 3B. RGB value is (102,88,59). Sum of RGB (Red+Green+Blue) = 102+88+59=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 59 (23.44% from 255 or 23.69% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #66583B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66583B is #99A7C4. Grayscale: #595959. Windows color (decimal): -10069957 or 3889254. OLE color: 3889254.
HSL color Cylindrical-coordinate representation of color #66583B: hue angle of 40.47º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66583B is Cyan = 0, Magento = 0.14, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 59 | - |
| CMYK | 0 | 0.14 | 0.42 | 0.6 |
| HSL | 40.47º | 0.27% | 0.32% | - |
| HSV(B) | 40.47º | 0.42% | 0.4% | - |
| XYZ | 9.76 | 10.12 | 5.58 | - |
| YUV | 88.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 59 | 0 | 0.14 | 0.42 | 0.6 | 40.47 | 0.27 | 0.32 |
| Hex | 66 | 58 | 3B | 0 | E | 2A | 3C | 28 | 1B | 20 |
| Octal | 146 | 130 | 73 | 0 | 16 | 52 | 74 | 50 | 33 | 40 |
| Binary | 1100110 | 1011000 | 111011 | 0 | 1110 | 101010 | 111100 | 101000 | 11011 | 100000 |
Color Harmonies of #66583B
Complementary color
Monochromatic Colors of #66583B
Black with #66583B
Text Example
Text Example
White with #66583B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66583B; }
p { color: rgb(102,88,59); }
H1.HeaderClassName
{
color: #66583B;
}
.AnyTagClassName
{
color: #66583B;
}
</style>
background-color css
<style>
a { background-color: #66583B; }
a { background-color: rgb(102,88,59); }
div.DivClassName
{
background-color: #66583B;
}
.BgClassName
{
background-color: #66583B;
}
</style>
border-color css
<style>
span { border-color: #66583B; }
span { border-color: rgb(102,88,59); }
td.TdClassName
{
border-color: #66583B;
}
.TagClassName
{
border-color: #66583B;
}
</style>