Shades of Saddle #604D46
Tints of Saddle #604D46
RGB
CMYK
RGB Variations
Color information
#604D46 (or 0x604D46) is known color: Saddle. HEX triplet: 60, 4D and 46. RGB value is (96,77,70). Sum of RGB (Red+Green+Blue) = 96+77+70=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 77 (30.47% from 255 or 31.69% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #604D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D46 is #9FB2B9. Grayscale: #515151. Windows color (decimal): -10465978 or 4607328. OLE color: 4607328.
HSL color Cylindrical-coordinate representation of color #604D46: hue angle of 16.15º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #604D46 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 70 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.62 |
| HSL | 16.15º | 0.16% | 0.33% | - |
| HSV(B) | 16.15º | 0.27% | 0.38% | - |
| XYZ | 8.58 | 8.24 | 6.93 | - |
| YUV | 81.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 70 | 0 | 0.20 | 0.27 | 0.62 | 16.15 | 0.16 | 0.33 |
| Hex | 60 | 4D | 46 | 0 | 14 | 1B | 3E | 10 | 10 | 21 |
| Octal | 140 | 115 | 106 | 0 | 24 | 33 | 76 | 20 | 20 | 41 |
| Binary | 1100000 | 1001101 | 1000110 | 0 | 10100 | 11011 | 111110 | 10000 | 10000 | 100001 |
Color Harmonies of #604D46
Complementary color
Monochromatic Colors of #604D46
Black with #604D46
Text Example
Text Example
White with #604D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D46; }
p { color: rgb(96,77,70); }
H1.HeaderClassName
{
color: #604D46;
}
.AnyTagClassName
{
color: #604D46;
}
</style>
background-color css
<style>
a { background-color: #604D46; }
a { background-color: rgb(96,77,70); }
div.DivClassName
{
background-color: #604D46;
}
.BgClassName
{
background-color: #604D46;
}
</style>
border-color css
<style>
span { border-color: #604D46; }
span { border-color: rgb(96,77,70); }
td.TdClassName
{
border-color: #604D46;
}
.TagClassName
{
border-color: #604D46;
}
</style>