Shades of Saddle #604C42
Tints of Saddle #604C42
RGB
CMYK
RGB Variations
Color information
#604C42 (or 0x604C42) is known color: Saddle. HEX triplet: 60, 4C and 42. RGB value is (96,76,66). Sum of RGB (Red+Green+Blue) = 96+76+66=238 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.34% from 238); Green value is 76 (30.08% from 255 or 31.93% from 238); Blue value is 66 (26.17% from 255 or 27.73% from 238); Max value from RGB is 96 - color contains mainly: red. Hex color #604C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C42 is #9FB3BD. Grayscale: #505050. Windows color (decimal): -10466238 or 4344928. OLE color: 4344928.
HSL color Cylindrical-coordinate representation of color #604C42: hue angle of 20º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604C42 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 66 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.62 |
| HSL | 20º | 0.19% | 0.32% | - |
| HSV(B) | 20º | 0.31% | 0.38% | - |
| XYZ | 8.39 | 8.05 | 6.27 | - |
| YUV | 80.84 | 119.63 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 66 | 0 | 0.21 | 0.31 | 0.62 | 20 | 0.19 | 0.32 |
| Hex | 60 | 4C | 42 | 0 | 15 | 1F | 3E | 14 | 13 | 20 |
| Octal | 140 | 114 | 102 | 0 | 25 | 37 | 76 | 24 | 23 | 40 |
| Binary | 1100000 | 1001100 | 1000010 | 0 | 10101 | 11111 | 111110 | 10100 | 10011 | 100000 |
Color Harmonies of #604C42
Complementary color
Monochromatic Colors of #604C42
Black with #604C42
Text Example
Text Example
White with #604C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C42; }
p { color: rgb(96,76,66); }
H1.HeaderClassName
{
color: #604C42;
}
.AnyTagClassName
{
color: #604C42;
}
</style>
background-color css
<style>
a { background-color: #604C42; }
a { background-color: rgb(96,76,66); }
div.DivClassName
{
background-color: #604C42;
}
.BgClassName
{
background-color: #604C42;
}
</style>
border-color css
<style>
span { border-color: #604C42; }
span { border-color: rgb(96,76,66); }
td.TdClassName
{
border-color: #604C42;
}
.TagClassName
{
border-color: #604C42;
}
</style>