Shades of Saddle #604C43
Tints of Saddle #604C43
RGB
CMYK
RGB Variations
Color information
#604C43 (or 0x604C43) is known color: Saddle. HEX triplet: 60, 4C and 43. RGB value is (96,76,67). Sum of RGB (Red+Green+Blue) = 96+76+67=239 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.17% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 67 (26.56% from 255 or 28.03% from 239); Max value from RGB is 96 - color contains mainly: red. Hex color #604C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C43 is #9FB3BC. Grayscale: #515151. Windows color (decimal): -10466237 or 4410464. OLE color: 4410464.
HSL color Cylindrical-coordinate representation of color #604C43: hue angle of 18.62º 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 #604C43 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 67 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.62 |
| HSL | 18.62º | 0.18% | 0.32% | - |
| HSV(B) | 18.62º | 0.3% | 0.38% | - |
| XYZ | 8.42 | 8.06 | 6.42 | - |
| YUV | 80.95 | 120.13 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 67 | 0 | 0.21 | 0.30 | 0.62 | 18.62 | 0.18 | 0.32 |
| Hex | 60 | 4C | 43 | 0 | 15 | 1E | 3E | 13 | 12 | 20 |
| Octal | 140 | 114 | 103 | 0 | 25 | 36 | 76 | 23 | 22 | 40 |
| Binary | 1100000 | 1001100 | 1000011 | 0 | 10101 | 11110 | 111110 | 10011 | 10010 | 100000 |
Color Harmonies of #604C43
Complementary color
Monochromatic Colors of #604C43
Black with #604C43
Text Example
Text Example
White with #604C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C43; }
p { color: rgb(96,76,67); }
H1.HeaderClassName
{
color: #604C43;
}
.AnyTagClassName
{
color: #604C43;
}
</style>
background-color css
<style>
a { background-color: #604C43; }
a { background-color: rgb(96,76,67); }
div.DivClassName
{
background-color: #604C43;
}
.BgClassName
{
background-color: #604C43;
}
</style>
border-color css
<style>
span { border-color: #604C43; }
span { border-color: rgb(96,76,67); }
td.TdClassName
{
border-color: #604C43;
}
.TagClassName
{
border-color: #604C43;
}
</style>