Shades of Saddle #60473E
Tints of Saddle #60473E
RGB
CMYK
RGB Variations
Color information
#60473E (or 0x60473E) is known color: Saddle. HEX triplet: 60, 47 and 3E. RGB value is (96,71,62). Sum of RGB (Red+Green+Blue) = 96+71+62=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 71 (28.12% from 255 or 31.00% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60473E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60473E is #9FB8C1. Grayscale: #4D4D4D. Windows color (decimal): -10467522 or 4081504. OLE color: 4081504.
HSL color Cylindrical-coordinate representation of color #60473E: hue angle of 15.88º 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 #60473E is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 62 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.62 |
| HSL | 15.88º | 0.22% | 0.31% | - |
| HSV(B) | 15.88º | 0.35% | 0.38% | - |
| XYZ | 7.95 | 7.34 | 5.56 | - |
| YUV | 77.45 | 119.28 | 141.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 62 | 0 | 0.26 | 0.35 | 0.62 | 15.88 | 0.22 | 0.31 |
| Hex | 60 | 47 | 3E | 0 | 1A | 23 | 3E | 10 | 16 | 1F |
| Octal | 140 | 107 | 76 | 0 | 32 | 43 | 76 | 20 | 26 | 37 |
| Binary | 1100000 | 1000111 | 111110 | 0 | 11010 | 100011 | 111110 | 10000 | 10110 | 11111 |
Color Harmonies of #60473E
Complementary color
Monochromatic Colors of #60473E
Black with #60473E
Text Example
Text Example
White with #60473E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60473E; }
p { color: rgb(96,71,62); }
H1.HeaderClassName
{
color: #60473E;
}
.AnyTagClassName
{
color: #60473E;
}
</style>
background-color css
<style>
a { background-color: #60473E; }
a { background-color: rgb(96,71,62); }
div.DivClassName
{
background-color: #60473E;
}
.BgClassName
{
background-color: #60473E;
}
</style>
border-color css
<style>
span { border-color: #60473E; }
span { border-color: rgb(96,71,62); }
td.TdClassName
{
border-color: #60473E;
}
.TagClassName
{
border-color: #60473E;
}
</style>