Shades of Saddle #60493E
Tints of Saddle #60493E
RGB
CMYK
RGB Variations
Color information
#60493E (or 0x60493E) is known color: Saddle. HEX triplet: 60, 49 and 3E. RGB value is (96,73,62). Sum of RGB (Red+Green+Blue) = 96+73+62=231 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.56% from 231); Green value is 73 (28.91% from 255 or 31.60% from 231); Blue value is 62 (24.61% from 255 or 26.84% from 231); Max value from RGB is 96 - color contains mainly: red. Hex color #60493E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60493E is #9FB6C1. Grayscale: #4E4E4E. Windows color (decimal): -10467010 or 4082016. OLE color: 4082016.
HSL color Cylindrical-coordinate representation of color #60493E: hue angle of 19.41º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #60493E is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 73 | 62 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.62 |
| HSL | 19.41º | 0.22% | 0.31% | - |
| HSV(B) | 19.41º | 0.35% | 0.38% | - |
| XYZ | 8.08 | 7.6 | 5.6 | - |
| YUV | 78.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 73 | 62 | 0 | 0.24 | 0.35 | 0.62 | 19.41 | 0.22 | 0.31 |
| Hex | 60 | 49 | 3E | 0 | 18 | 23 | 3E | 13 | 16 | 1F |
| Octal | 140 | 111 | 76 | 0 | 30 | 43 | 76 | 23 | 26 | 37 |
| Binary | 1100000 | 1001001 | 111110 | 0 | 11000 | 100011 | 111110 | 10011 | 10110 | 11111 |
Color Harmonies of #60493E
Complementary color
Monochromatic Colors of #60493E
Black with #60493E
Text Example
Text Example
White with #60493E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60493E; }
p { color: rgb(96,73,62); }
H1.HeaderClassName
{
color: #60493E;
}
.AnyTagClassName
{
color: #60493E;
}
</style>
background-color css
<style>
a { background-color: #60493E; }
a { background-color: rgb(96,73,62); }
div.DivClassName
{
background-color: #60493E;
}
.BgClassName
{
background-color: #60493E;
}
</style>
border-color css
<style>
span { border-color: #60493E; }
span { border-color: rgb(96,73,62); }
td.TdClassName
{
border-color: #60493E;
}
.TagClassName
{
border-color: #60493E;
}
</style>