Shades of Saddle #604D43
Tints of Saddle #604D43
RGB
CMYK
RGB Variations
Color information
#604D43 (or 0x604D43) is known color: Saddle. HEX triplet: 60, 4D and 43. RGB value is (96,77,67). Sum of RGB (Red+Green+Blue) = 96+77+67=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 67 (26.56% from 255 or 27.92% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #604D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D43 is #9FB2BC. Grayscale: #515151. Windows color (decimal): -10465981 or 4410720. OLE color: 4410720.
HSL color Cylindrical-coordinate representation of color #604D43: hue angle of 20.69º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #604D43 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 67 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.62 |
| HSL | 20.69º | 0.18% | 0.32% | - |
| HSV(B) | 20.69º | 0.3% | 0.38% | - |
| XYZ | 8.49 | 8.2 | 6.45 | - |
| YUV | 81.54 | 119.79 | 138.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 67 | 0 | 0.20 | 0.30 | 0.62 | 20.69 | 0.18 | 0.32 |
| Hex | 60 | 4D | 43 | 0 | 14 | 1E | 3E | 15 | 12 | 20 |
| Octal | 140 | 115 | 103 | 0 | 24 | 36 | 76 | 25 | 22 | 40 |
| Binary | 1100000 | 1001101 | 1000011 | 0 | 10100 | 11110 | 111110 | 10101 | 10010 | 100000 |
Color Harmonies of #604D43
Complementary color
Monochromatic Colors of #604D43
Black with #604D43
Text Example
Text Example
White with #604D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D43; }
p { color: rgb(96,77,67); }
H1.HeaderClassName
{
color: #604D43;
}
.AnyTagClassName
{
color: #604D43;
}
</style>
background-color css
<style>
a { background-color: #604D43; }
a { background-color: rgb(96,77,67); }
div.DivClassName
{
background-color: #604D43;
}
.BgClassName
{
background-color: #604D43;
}
</style>
border-color css
<style>
span { border-color: #604D43; }
span { border-color: rgb(96,77,67); }
td.TdClassName
{
border-color: #604D43;
}
.TagClassName
{
border-color: #604D43;
}
</style>