Shades of Saddle #604A40
Tints of Saddle #604A40
RGB
CMYK
RGB Variations
Color information
#604A40 (or 0x604A40) is known color: Saddle. HEX triplet: 60, 4A and 40. RGB value is (96,74,64). Sum of RGB (Red+Green+Blue) = 96+74+64=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #604A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A40 is #9FB5BF. Grayscale: #4F4F4F. Windows color (decimal): -10466752 or 4213344. OLE color: 4213344.
HSL color Cylindrical-coordinate representation of color #604A40: hue angle of 18.75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604A40 is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 74 | 64 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.62 |
| HSL | 18.75º | 0.2% | 0.31% | - |
| HSV(B) | 18.75º | 0.33% | 0.38% | - |
| XYZ | 8.2 | 7.75 | 5.92 | - |
| YUV | 79.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 74 | 64 | 0 | 0.23 | 0.33 | 0.62 | 18.75 | 0.2 | 0.31 |
| Hex | 60 | 4A | 40 | 0 | 17 | 21 | 3E | 13 | 14 | 1F |
| Octal | 140 | 112 | 100 | 0 | 27 | 41 | 76 | 23 | 24 | 37 |
| Binary | 1100000 | 1001010 | 1000000 | 0 | 10111 | 100001 | 111110 | 10011 | 10100 | 11111 |
Color Harmonies of #604A40
Complementary color
Monochromatic Colors of #604A40
Black with #604A40
Text Example
Text Example
White with #604A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604A40; }
p { color: rgb(96,74,64); }
H1.HeaderClassName
{
color: #604A40;
}
.AnyTagClassName
{
color: #604A40;
}
</style>
background-color css
<style>
a { background-color: #604A40; }
a { background-color: rgb(96,74,64); }
div.DivClassName
{
background-color: #604A40;
}
.BgClassName
{
background-color: #604A40;
}
</style>
border-color css
<style>
span { border-color: #604A40; }
span { border-color: rgb(96,74,64); }
td.TdClassName
{
border-color: #604A40;
}
.TagClassName
{
border-color: #604A40;
}
</style>