Shades of Saddle #624A3E
Tints of Saddle #624A3E
RGB
CMYK
RGB Variations
Color information
#624A3E (or 0x624A3E) is known color: Saddle. HEX triplet: 62, 4A and 3E. RGB value is (98,74,62). Sum of RGB (Red+Green+Blue) = 98+74+62=234 (30% of max value = 765). Red value is 98 (38.67% from 255 or 41.88% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 98 - color contains mainly: red. Hex color #624A3E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #624A3E is #9DB5C1. Grayscale: #4F4F4F. Windows color (decimal): -10335682 or 4082274. OLE color: 4082274.
HSL color Cylindrical-coordinate representation of color #624A3E: hue angle of 20º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #624A3E is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 74 | 62 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.62 |
| HSL | 20º | 0.23% | 0.31% | - |
| HSV(B) | 20º | 0.37% | 0.38% | - |
| XYZ | 8.36 | 7.84 | 5.63 | - |
| YUV | 79.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 74 | 62 | 0 | 0.24 | 0.37 | 0.62 | 20 | 0.23 | 0.31 |
| Hex | 62 | 4A | 3E | 0 | 18 | 25 | 3E | 14 | 16 | 1F |
| Octal | 142 | 112 | 76 | 0 | 30 | 45 | 76 | 24 | 26 | 37 |
| Binary | 1100010 | 1001010 | 111110 | 0 | 11000 | 100101 | 111110 | 10100 | 10110 | 11111 |
Color Harmonies of #624A3E
Complementary color
Monochromatic Colors of #624A3E
Black with #624A3E
Text Example
Text Example
White with #624A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624A3E; }
p { color: rgb(98,74,62); }
H1.HeaderClassName
{
color: #624A3E;
}
.AnyTagClassName
{
color: #624A3E;
}
</style>
background-color css
<style>
a { background-color: #624A3E; }
a { background-color: rgb(98,74,62); }
div.DivClassName
{
background-color: #624A3E;
}
.BgClassName
{
background-color: #624A3E;
}
</style>
border-color css
<style>
span { border-color: #624A3E; }
span { border-color: rgb(98,74,62); }
td.TdClassName
{
border-color: #624A3E;
}
.TagClassName
{
border-color: #624A3E;
}
</style>