Shades of Saddle #624A3F
Tints of Saddle #624A3F
RGB
CMYK
RGB Variations
Color information
#624A3F (or 0x624A3F) is known color: Saddle. HEX triplet: 62, 4A and 3F. RGB value is (98,74,63). Sum of RGB (Red+Green+Blue) = 98+74+63=235 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.70% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 63 (25% from 255 or 26.81% from 235); Max value from RGB is 98 - color contains mainly: red. Hex color #624A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A3F is #9DB5C0. Grayscale: #4F4F4F. Windows color (decimal): -10335681 or 4147810. OLE color: 4147810.
HSL color Cylindrical-coordinate representation of color #624A3F: hue angle of 18.86º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #624A3F is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 63 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.62 |
| HSL | 18.86º | 0.22% | 0.32% | - |
| HSV(B) | 18.86º | 0.36% | 0.38% | - |
| XYZ | 8.38 | 7.85 | 5.78 | - |
| YUV | 79.92 | 118.45 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 63 | 0 | 0.24 | 0.36 | 0.62 | 18.86 | 0.22 | 0.32 |
| Hex | 62 | 4A | 3F | 0 | 18 | 24 | 3E | 13 | 16 | 20 |
| Octal | 142 | 112 | 77 | 0 | 30 | 44 | 76 | 23 | 26 | 40 |
| Binary | 1100010 | 1001010 | 111111 | 0 | 11000 | 100100 | 111110 | 10011 | 10110 | 100000 |
Color Harmonies of #624A3F
Complementary color
Monochromatic Colors of #624A3F
Black with #624A3F
Text Example
Text Example
White with #624A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A3F; }
p { color: rgb(98,74,63); }
H1.HeaderClassName
{
color: #624A3F;
}
.AnyTagClassName
{
color: #624A3F;
}
</style>
background-color css
<style>
a { background-color: #624A3F; }
a { background-color: rgb(98,74,63); }
div.DivClassName
{
background-color: #624A3F;
}
.BgClassName
{
background-color: #624A3F;
}
</style>
border-color css
<style>
span { border-color: #624A3F; }
span { border-color: rgb(98,74,63); }
td.TdClassName
{
border-color: #624A3F;
}
.TagClassName
{
border-color: #624A3F;
}
</style>