Shades of Saddle #614E47
Tints of Saddle #614E47
RGB
CMYK
RGB Variations
Color information
#614E47 (or 0x614E47) is known color: Saddle. HEX triplet: 61, 4E and 47. RGB value is (97,78,71). Sum of RGB (Red+Green+Blue) = 97+78+71=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 78 (30.86% from 255 or 31.71% from 246); Blue value is 71 (28.12% from 255 or 28.86% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #614E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E47 is #9EB1B8. Grayscale: #525252. Windows color (decimal): -10400185 or 4673121. OLE color: 4673121.
HSL color Cylindrical-coordinate representation of color #614E47: hue angle of 16.15º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614E47 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 71 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.62 |
| HSL | 16.15º | 0.15% | 0.33% | - |
| HSV(B) | 16.15º | 0.27% | 0.38% | - |
| XYZ | 8.79 | 8.45 | 7.13 | - |
| YUV | 82.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 71 | 0 | 0.20 | 0.27 | 0.62 | 16.15 | 0.15 | 0.33 |
| Hex | 61 | 4E | 47 | 0 | 14 | 1B | 3E | 10 | F | 21 |
| Octal | 141 | 116 | 107 | 0 | 24 | 33 | 76 | 20 | 17 | 41 |
| Binary | 1100001 | 1001110 | 1000111 | 0 | 10100 | 11011 | 111110 | 10000 | 1111 | 100001 |
Color Harmonies of #614E47
Complementary color
Monochromatic Colors of #614E47
Black with #614E47
Text Example
Text Example
White with #614E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E47; }
p { color: rgb(97,78,71); }
H1.HeaderClassName
{
color: #614E47;
}
.AnyTagClassName
{
color: #614E47;
}
</style>
background-color css
<style>
a { background-color: #614E47; }
a { background-color: rgb(97,78,71); }
div.DivClassName
{
background-color: #614E47;
}
.BgClassName
{
background-color: #614E47;
}
</style>
border-color css
<style>
span { border-color: #614E47; }
span { border-color: rgb(97,78,71); }
td.TdClassName
{
border-color: #614E47;
}
.TagClassName
{
border-color: #614E47;
}
</style>