Shades of Saddle #60524D
Tints of Saddle #60524D
RGB
CMYK
RGB Variations
Color information
#60524D (or 0x60524D) is known color: Saddle. HEX triplet: 60, 52 and 4D. RGB value is (96,82,77). Sum of RGB (Red+Green+Blue) = 96+82+77=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 96 - color contains mainly: red. Hex color #60524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60524D is #9FADB2. Grayscale: #555555. Windows color (decimal): -10464691 or 5067360. OLE color: 5067360.
HSL color Cylindrical-coordinate representation of color #60524D: hue angle of 15.79º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #60524D is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 82 | 77 | - |
| CMYK | 0 | 0.15 | 0.20 | 0.62 |
| HSL | 15.79º | 0.11% | 0.34% | - |
| HSV(B) | 15.79º | 0.2% | 0.38% | - |
| XYZ | 9.18 | 9.06 | 8.29 | - |
| YUV | 85.62 | 123.14 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 82 | 77 | 0 | 0.15 | 0.20 | 0.62 | 15.79 | 0.11 | 0.34 |
| Hex | 60 | 52 | 4D | 0 | F | 14 | 3E | 10 | B | 22 |
| Octal | 140 | 122 | 115 | 0 | 17 | 24 | 76 | 20 | 13 | 42 |
| Binary | 1100000 | 1010010 | 1001101 | 0 | 1111 | 10100 | 111110 | 10000 | 1011 | 100010 |
Color Harmonies of #60524D
Complementary color
Monochromatic Colors of #60524D
Black with #60524D
Text Example
Text Example
White with #60524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60524D; }
p { color: rgb(96,82,77); }
H1.HeaderClassName
{
color: #60524D;
}
.AnyTagClassName
{
color: #60524D;
}
</style>
background-color css
<style>
a { background-color: #60524D; }
a { background-color: rgb(96,82,77); }
div.DivClassName
{
background-color: #60524D;
}
.BgClassName
{
background-color: #60524D;
}
</style>
border-color css
<style>
span { border-color: #60524D; }
span { border-color: rgb(96,82,77); }
td.TdClassName
{
border-color: #60524D;
}
.TagClassName
{
border-color: #60524D;
}
</style>