Shades of Saddle #624E41
Tints of Saddle #624E41
RGB
CMYK
RGB Variations
Color information
#624E41 (or 0x624E41) is known color: Saddle. HEX triplet: 62, 4E and 41. RGB value is (98,78,65). Sum of RGB (Red+Green+Blue) = 98+78+65=241 (31% of max value = 765). Red value is 98 (38.67% from 255 or 40.66% from 241); Green value is 78 (30.86% from 255 or 32.37% from 241); Blue value is 65 (25.78% from 255 or 26.97% from 241); Max value from RGB is 98 - color contains mainly: red. Hex color #624E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624E41 is #9DB1BE. Grayscale: #525252. Windows color (decimal): -10334655 or 4279906. OLE color: 4279906.
HSL color Cylindrical-coordinate representation of color #624E41: hue angle of 23.64º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #624E41 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 78 | 65 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.62 |
| HSL | 23.64º | 0.2% | 0.32% | - |
| HSV(B) | 23.64º | 0.34% | 0.38% | - |
| XYZ | 8.72 | 8.43 | 6.17 | - |
| YUV | 82.5 | 118.13 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 78 | 65 | 0 | 0.20 | 0.34 | 0.62 | 23.64 | 0.2 | 0.32 |
| Hex | 62 | 4E | 41 | 0 | 14 | 22 | 3E | 18 | 14 | 20 |
| Octal | 142 | 116 | 101 | 0 | 24 | 42 | 76 | 30 | 24 | 40 |
| Binary | 1100010 | 1001110 | 1000001 | 0 | 10100 | 100010 | 111110 | 11000 | 10100 | 100000 |
Color Harmonies of #624E41
Complementary color
Monochromatic Colors of #624E41
Black with #624E41
Text Example
Text Example
White with #624E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624E41; }
p { color: rgb(98,78,65); }
H1.HeaderClassName
{
color: #624E41;
}
.AnyTagClassName
{
color: #624E41;
}
</style>
background-color css
<style>
a { background-color: #624E41; }
a { background-color: rgb(98,78,65); }
div.DivClassName
{
background-color: #624E41;
}
.BgClassName
{
background-color: #624E41;
}
</style>
border-color css
<style>
span { border-color: #624E41; }
span { border-color: rgb(98,78,65); }
td.TdClassName
{
border-color: #624E41;
}
.TagClassName
{
border-color: #624E41;
}
</style>