Shades of Saddle #624E47
Tints of Saddle #624E47
RGB
CMYK
RGB Variations
Color information
#624E47 (or 0x624E47) is known color: Saddle. HEX triplet: 62, 4E and 47. RGB value is (98,78,71). Sum of RGB (Red+Green+Blue) = 98+78+71=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 71 (28.12% from 255 or 28.74% from 247); Max value from RGB is 98 - color contains mainly: red. Hex color #624E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E47 is #9DB1B8. Grayscale: #535353. Windows color (decimal): -10334649 or 4673122. OLE color: 4673122.
HSL color Cylindrical-coordinate representation of color #624E47: hue angle of 15.56º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #624E47 is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 71 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.62 |
| HSL | 15.56º | 0.16% | 0.33% | - |
| HSV(B) | 15.56º | 0.28% | 0.38% | - |
| XYZ | 8.9 | 8.5 | 7.13 | - |
| YUV | 83.18 | 121.13 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 71 | 0 | 0.20 | 0.28 | 0.62 | 15.56 | 0.16 | 0.33 |
| Hex | 62 | 4E | 47 | 0 | 14 | 1C | 3E | 10 | 10 | 21 |
| Octal | 142 | 116 | 107 | 0 | 24 | 34 | 76 | 20 | 20 | 41 |
| Binary | 1100010 | 1001110 | 1000111 | 0 | 10100 | 11100 | 111110 | 10000 | 10000 | 100001 |
Color Harmonies of #624E47
Complementary color
Monochromatic Colors of #624E47
Black with #624E47
Text Example
Text Example
White with #624E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E47; }
p { color: rgb(98,78,71); }
H1.HeaderClassName
{
color: #624E47;
}
.AnyTagClassName
{
color: #624E47;
}
</style>
background-color css
<style>
a { background-color: #624E47; }
a { background-color: rgb(98,78,71); }
div.DivClassName
{
background-color: #624E47;
}
.BgClassName
{
background-color: #624E47;
}
</style>
border-color css
<style>
span { border-color: #624E47; }
span { border-color: rgb(98,78,71); }
td.TdClassName
{
border-color: #624E47;
}
.TagClassName
{
border-color: #624E47;
}
</style>