Shades of Saddle #66524A
Tints of Saddle #66524A
RGB
CMYK
RGB Variations
Color information
#66524A (or 0x66524A) is known color: Saddle. HEX triplet: 66, 52 and 4A. RGB value is (102,82,74). Sum of RGB (Red+Green+Blue) = 102+82+74=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 102 - color contains mainly: red. Hex color #66524A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66524A is #99ADB5. Grayscale: #575757. Windows color (decimal): -10071478 or 4870758. OLE color: 4870758.
HSL color Cylindrical-coordinate representation of color #66524A: hue angle of 17.14º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66524A is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 74 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.6 |
| HSL | 17.14º | 0.16% | 0.35% | - |
| HSV(B) | 17.14º | 0.27% | 0.4% | - |
| XYZ | 9.73 | 9.35 | 7.77 | - |
| YUV | 87.07 | 120.63 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 74 | 0 | 0.20 | 0.27 | 0.6 | 17.14 | 0.16 | 0.35 |
| Hex | 66 | 52 | 4A | 0 | 14 | 1B | 3C | 11 | 10 | 23 |
| Octal | 146 | 122 | 112 | 0 | 24 | 33 | 74 | 21 | 20 | 43 |
| Binary | 1100110 | 1010010 | 1001010 | 0 | 10100 | 11011 | 111100 | 10001 | 10000 | 100011 |
Color Harmonies of #66524A
Complementary color
Monochromatic Colors of #66524A
Black with #66524A
Text Example
Text Example
White with #66524A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66524A; }
p { color: rgb(102,82,74); }
H1.HeaderClassName
{
color: #66524A;
}
.AnyTagClassName
{
color: #66524A;
}
</style>
background-color css
<style>
a { background-color: #66524A; }
a { background-color: rgb(102,82,74); }
div.DivClassName
{
background-color: #66524A;
}
.BgClassName
{
background-color: #66524A;
}
</style>
border-color css
<style>
span { border-color: #66524A; }
span { border-color: rgb(102,82,74); }
td.TdClassName
{
border-color: #66524A;
}
.TagClassName
{
border-color: #66524A;
}
</style>