Shades of Masala #625A48
Tints of Masala #625A48
RGB
CMYK
RGB Variations
Color information
#625A48 (or 0x625A48) is known color: Masala. HEX triplet: 62, 5A and 48. RGB value is (98,90,72). Sum of RGB (Red+Green+Blue) = 98+90+72=260 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.69% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 98 - color contains mainly: red. Hex color #625A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A48 is #9DA5B7. Grayscale: #5A5A5A. Windows color (decimal): -10331576 or 4741730. OLE color: 4741730.
HSL color Cylindrical-coordinate representation of color #625A48: hue angle of 41.54º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #625A48 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 72 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.62 |
| HSL | 41.54º | 0.15% | 0.33% | - |
| HSV(B) | 41.54º | 0.27% | 0.38% | - |
| XYZ | 9.86 | 10.38 | 7.61 | - |
| YUV | 90.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 72 | 0 | 0.08 | 0.27 | 0.62 | 41.54 | 0.15 | 0.33 |
| Hex | 62 | 5A | 48 | 0 | 8 | 1B | 3E | 2A | F | 21 |
| Octal | 142 | 132 | 110 | 0 | 10 | 33 | 76 | 52 | 17 | 41 |
| Binary | 1100010 | 1011010 | 1001000 | 0 | 1000 | 11011 | 111110 | 101010 | 1111 | 100001 |
Color Harmonies of #625A48
Complementary color
Monochromatic Colors of #625A48
Black with #625A48
Text Example
Text Example
White with #625A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A48; }
p { color: rgb(98,90,72); }
H1.HeaderClassName
{
color: #625A48;
}
.AnyTagClassName
{
color: #625A48;
}
</style>
background-color css
<style>
a { background-color: #625A48; }
a { background-color: rgb(98,90,72); }
div.DivClassName
{
background-color: #625A48;
}
.BgClassName
{
background-color: #625A48;
}
</style>
border-color css
<style>
span { border-color: #625A48; }
span { border-color: rgb(98,90,72); }
td.TdClassName
{
border-color: #625A48;
}
.TagClassName
{
border-color: #625A48;
}
</style>