Shades of Horses Neck #66532E
Tints of Horses Neck #66532E
RGB
CMYK
RGB Variations
Color information
#66532E (or 0x66532E) is known color: Horses Neck. HEX triplet: 66, 53 and 2E. RGB value is (102,83,46). Sum of RGB (Red+Green+Blue) = 102+83+46=231 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.16% from 231); Green value is 83 (32.81% from 255 or 35.93% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 102 - color contains mainly: red. Hex color #66532E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66532E is #99ACD1. Grayscale: #545454. Windows color (decimal): -10071250 or 3036006. OLE color: 3036006.
HSL color Cylindrical-coordinate representation of color #66532E: hue angle of 39.64º 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 #66532E is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 46 | - |
| CMYK | 0 | 0.19 | 0.55 | 0.6 |
| HSL | 39.64º | 0.38% | 0.29% | - |
| HSV(B) | 39.64º | 0.55% | 0.4% | - |
| XYZ | 9.07 | 9.21 | 3.88 | - |
| YUV | 84.46 | 106.29 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 46 | 0 | 0.19 | 0.55 | 0.6 | 39.64 | 0.38 | 0.29 |
| Hex | 66 | 53 | 2E | 0 | 13 | 37 | 3C | 28 | 26 | 1D |
| Octal | 146 | 123 | 56 | 0 | 23 | 67 | 74 | 50 | 46 | 35 |
| Binary | 1100110 | 1010011 | 101110 | 0 | 10011 | 110111 | 111100 | 101000 | 100110 | 11101 |
Color Harmonies of #66532E
Complementary color
Monochromatic Colors of #66532E
Black with #66532E
Text Example
Text Example
White with #66532E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66532E; }
p { color: rgb(102,83,46); }
H1.HeaderClassName
{
color: #66532E;
}
.AnyTagClassName
{
color: #66532E;
}
</style>
background-color css
<style>
a { background-color: #66532E; }
a { background-color: rgb(102,83,46); }
div.DivClassName
{
background-color: #66532E;
}
.BgClassName
{
background-color: #66532E;
}
</style>
border-color css
<style>
span { border-color: #66532E; }
span { border-color: rgb(102,83,46); }
td.TdClassName
{
border-color: #66532E;
}
.TagClassName
{
border-color: #66532E;
}
</style>