Shades of Saddle #604E47
Tints of Saddle #604E47
RGB
CMYK
RGB Variations
Color information
#604E47 (or 0x604E47) is known color: Saddle. HEX triplet: 60, 4E and 47. RGB value is (96,78,71). Sum of RGB (Red+Green+Blue) = 96+78+71=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #604E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E47 is #9FB1B8. Grayscale: #525252. Windows color (decimal): -10465721 or 4673120. OLE color: 4673120.
HSL color Cylindrical-coordinate representation of color #604E47: hue angle of 16.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #604E47 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 71 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.62 |
| HSL | 16.8º | 0.15% | 0.33% | - |
| HSV(B) | 16.8º | 0.26% | 0.38% | - |
| XYZ | 8.69 | 8.39 | 7.12 | - |
| YUV | 82.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 71 | 0 | 0.19 | 0.26 | 0.62 | 16.8 | 0.15 | 0.33 |
| Hex | 60 | 4E | 47 | 0 | 13 | 1A | 3E | 11 | F | 21 |
| Octal | 140 | 116 | 107 | 0 | 23 | 32 | 76 | 21 | 17 | 41 |
| Binary | 1100000 | 1001110 | 1000111 | 0 | 10011 | 11010 | 111110 | 10001 | 1111 | 100001 |
Color Harmonies of #604E47
Complementary color
Monochromatic Colors of #604E47
Black with #604E47
Text Example
Text Example
White with #604E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E47; }
p { color: rgb(96,78,71); }
H1.HeaderClassName
{
color: #604E47;
}
.AnyTagClassName
{
color: #604E47;
}
</style>
background-color css
<style>
a { background-color: #604E47; }
a { background-color: rgb(96,78,71); }
div.DivClassName
{
background-color: #604E47;
}
.BgClassName
{
background-color: #604E47;
}
</style>
border-color css
<style>
span { border-color: #604E47; }
span { border-color: rgb(96,78,71); }
td.TdClassName
{
border-color: #604E47;
}
.TagClassName
{
border-color: #604E47;
}
</style>