Shades of Saddle #624F44
Tints of Saddle #624F44
RGB
CMYK
RGB Variations
Color information
#624F44 (or 0x624F44) is known color: Saddle. HEX triplet: 62, 4F and 44. RGB value is (98,79,68). Sum of RGB (Red+Green+Blue) = 98+79+68=245 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 68 (26.95% from 255 or 27.76% from 245); Max value from RGB is 98 - color contains mainly: red. Hex color #624F44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F44 is #9DB0BB. Grayscale: #535353. Windows color (decimal): -10334396 or 4476770. OLE color: 4476770.
HSL color Cylindrical-coordinate representation of color #624F44: hue angle of 22º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #624F44 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 68 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.62 |
| HSL | 22º | 0.18% | 0.33% | - |
| HSV(B) | 22º | 0.31% | 0.38% | - |
| XYZ | 8.88 | 8.61 | 6.66 | - |
| YUV | 83.43 | 119.29 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 68 | 0 | 0.19 | 0.31 | 0.62 | 22 | 0.18 | 0.33 |
| Hex | 62 | 4F | 44 | 0 | 13 | 1F | 3E | 16 | 12 | 21 |
| Octal | 142 | 117 | 104 | 0 | 23 | 37 | 76 | 26 | 22 | 41 |
| Binary | 1100010 | 1001111 | 1000100 | 0 | 10011 | 11111 | 111110 | 10110 | 10010 | 100001 |
Color Harmonies of #624F44
Complementary color
Monochromatic Colors of #624F44
Black with #624F44
Text Example
Text Example
White with #624F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F44; }
p { color: rgb(98,79,68); }
H1.HeaderClassName
{
color: #624F44;
}
.AnyTagClassName
{
color: #624F44;
}
</style>
background-color css
<style>
a { background-color: #624F44; }
a { background-color: rgb(98,79,68); }
div.DivClassName
{
background-color: #624F44;
}
.BgClassName
{
background-color: #624F44;
}
</style>
border-color css
<style>
span { border-color: #624F44; }
span { border-color: rgb(98,79,68); }
td.TdClassName
{
border-color: #624F44;
}
.TagClassName
{
border-color: #624F44;
}
</style>