Shades of Saddle #604E43
Tints of Saddle #604E43
RGB
CMYK
RGB Variations
Color information
#604E43 (or 0x604E43) is known color: Saddle. HEX triplet: 60, 4E and 43. RGB value is (96,78,67). Sum of RGB (Red+Green+Blue) = 96+78+67=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 67 (26.56% from 255 or 27.80% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #604E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604E43 is #9FB1BC. Grayscale: #525252. Windows color (decimal): -10465725 or 4410976. OLE color: 4410976.
HSL color Cylindrical-coordinate representation of color #604E43: hue angle of 22.76º 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 #604E43 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 67 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.62 |
| HSL | 22.76º | 0.18% | 0.32% | - |
| HSV(B) | 22.76º | 0.3% | 0.38% | - |
| XYZ | 8.56 | 8.34 | 6.47 | - |
| YUV | 82.13 | 119.46 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 67 | 0 | 0.19 | 0.30 | 0.62 | 22.76 | 0.18 | 0.32 |
| Hex | 60 | 4E | 43 | 0 | 13 | 1E | 3E | 17 | 12 | 20 |
| Octal | 140 | 116 | 103 | 0 | 23 | 36 | 76 | 27 | 22 | 40 |
| Binary | 1100000 | 1001110 | 1000011 | 0 | 10011 | 11110 | 111110 | 10111 | 10010 | 100000 |
Color Harmonies of #604E43
Complementary color
Monochromatic Colors of #604E43
Black with #604E43
Text Example
Text Example
White with #604E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E43; }
p { color: rgb(96,78,67); }
H1.HeaderClassName
{
color: #604E43;
}
.AnyTagClassName
{
color: #604E43;
}
</style>
background-color css
<style>
a { background-color: #604E43; }
a { background-color: rgb(96,78,67); }
div.DivClassName
{
background-color: #604E43;
}
.BgClassName
{
background-color: #604E43;
}
</style>
border-color css
<style>
span { border-color: #604E43; }
span { border-color: rgb(96,78,67); }
td.TdClassName
{
border-color: #604E43;
}
.TagClassName
{
border-color: #604E43;
}
</style>