Shades of Saddle #624A40
Tints of Saddle #624A40
RGB
CMYK
RGB Variations
Color information
#624A40 (or 0x624A40) is known color: Saddle. HEX triplet: 62, 4A and 40. RGB value is (98,74,64). Sum of RGB (Red+Green+Blue) = 98+74+64=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 98 - color contains mainly: red. Hex color #624A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A40 is #9DB5BF. Grayscale: #505050. Windows color (decimal): -10335680 or 4213346. OLE color: 4213346.
HSL color Cylindrical-coordinate representation of color #624A40: hue angle of 17.65º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #624A40 is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 64 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.62 |
| HSL | 17.65º | 0.21% | 0.32% | - |
| HSV(B) | 17.65º | 0.35% | 0.38% | - |
| XYZ | 8.41 | 7.86 | 5.93 | - |
| YUV | 80.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 64 | 0 | 0.24 | 0.35 | 0.62 | 17.65 | 0.21 | 0.32 |
| Hex | 62 | 4A | 40 | 0 | 18 | 23 | 3E | 12 | 15 | 20 |
| Octal | 142 | 112 | 100 | 0 | 30 | 43 | 76 | 22 | 25 | 40 |
| Binary | 1100010 | 1001010 | 1000000 | 0 | 11000 | 100011 | 111110 | 10010 | 10101 | 100000 |
Color Harmonies of #624A40
Complementary color
Monochromatic Colors of #624A40
Black with #624A40
Text Example
Text Example
White with #624A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A40; }
p { color: rgb(98,74,64); }
H1.HeaderClassName
{
color: #624A40;
}
.AnyTagClassName
{
color: #624A40;
}
</style>
background-color css
<style>
a { background-color: #624A40; }
a { background-color: rgb(98,74,64); }
div.DivClassName
{
background-color: #624A40;
}
.BgClassName
{
background-color: #624A40;
}
</style>
border-color css
<style>
span { border-color: #624A40; }
span { border-color: rgb(98,74,64); }
td.TdClassName
{
border-color: #624A40;
}
.TagClassName
{
border-color: #624A40;
}
</style>