Shades of Horses Neck #66532D
Tints of Horses Neck #66532D
RGB
CMYK
RGB Variations
Color information
#66532D (or 0x66532D) is known color: Horses Neck. HEX triplet: 66, 53 and 2D. RGB value is (102,83,45). Sum of RGB (Red+Green+Blue) = 102+83+45=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 83 (32.81% from 255 or 36.09% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #66532D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66532D is #99ACD2. Grayscale: #545454. Windows color (decimal): -10071251 or 2970470. OLE color: 2970470.
HSL color Cylindrical-coordinate representation of color #66532D: hue angle of 40º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66532D is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 83 | 45 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.6 |
| HSL | 40º | 0.39% | 0.29% | - |
| HSV(B) | 40º | 0.56% | 0.4% | - |
| XYZ | 9.05 | 9.2 | 3.78 | - |
| YUV | 84.35 | 105.79 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 83 | 45 | 0 | 0.19 | 0.56 | 0.6 | 40 | 0.39 | 0.29 |
| Hex | 66 | 53 | 2D | 0 | 13 | 38 | 3C | 28 | 27 | 1D |
| Octal | 146 | 123 | 55 | 0 | 23 | 70 | 74 | 50 | 47 | 35 |
| Binary | 1100110 | 1010011 | 101101 | 0 | 10011 | 111000 | 111100 | 101000 | 100111 | 11101 |
Color Harmonies of #66532D
Complementary color
Monochromatic Colors of #66532D
Black with #66532D
Text Example
Text Example
White with #66532D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66532D; }
p { color: rgb(102,83,45); }
H1.HeaderClassName
{
color: #66532D;
}
.AnyTagClassName
{
color: #66532D;
}
</style>
background-color css
<style>
a { background-color: #66532D; }
a { background-color: rgb(102,83,45); }
div.DivClassName
{
background-color: #66532D;
}
.BgClassName
{
background-color: #66532D;
}
</style>
border-color css
<style>
span { border-color: #66532D; }
span { border-color: rgb(102,83,45); }
td.TdClassName
{
border-color: #66532D;
}
.TagClassName
{
border-color: #66532D;
}
</style>