Shades of Makara #625A4A
Tints of Makara #625A4A
RGB
CMYK
RGB Variations
Color information
#625A4A (or 0x625A4A) is known color: Makara. HEX triplet: 62, 5A and 4A. RGB value is (98,90,74). Sum of RGB (Red+Green+Blue) = 98+90+74=262 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.40% from 262); Green value is 90 (35.55% from 255 or 34.35% from 262); Blue value is 74 (29.30% from 255 or 28.24% from 262); Max value from RGB is 98 - color contains mainly: red. Hex color #625A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #625A4A is #9DA5B5. Grayscale: #5A5A5A. Windows color (decimal): -10331574 or 4872802. OLE color: 4872802.
HSL color Cylindrical-coordinate representation of color #625A4A: hue angle of 40º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #625A4A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 90 | 74 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.62 |
| HSL | 40º | 0.14% | 0.34% | - |
| HSV(B) | 40º | 0.24% | 0.38% | - |
| XYZ | 9.93 | 10.4 | 7.96 | - |
| YUV | 90.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 90 | 74 | 0 | 0.08 | 0.24 | 0.62 | 40 | 0.14 | 0.34 |
| Hex | 62 | 5A | 4A | 0 | 8 | 18 | 3E | 28 | E | 22 |
| Octal | 142 | 132 | 112 | 0 | 10 | 30 | 76 | 50 | 16 | 42 |
| Binary | 1100010 | 1011010 | 1001010 | 0 | 1000 | 11000 | 111110 | 101000 | 1110 | 100010 |
Color Harmonies of #625A4A
Complementary color
Monochromatic Colors of #625A4A
Black with #625A4A
Text Example
Text Example
White with #625A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625A4A; }
p { color: rgb(98,90,74); }
H1.HeaderClassName
{
color: #625A4A;
}
.AnyTagClassName
{
color: #625A4A;
}
</style>
background-color css
<style>
a { background-color: #625A4A; }
a { background-color: rgb(98,90,74); }
div.DivClassName
{
background-color: #625A4A;
}
.BgClassName
{
background-color: #625A4A;
}
</style>
border-color css
<style>
span { border-color: #625A4A; }
span { border-color: rgb(98,90,74); }
td.TdClassName
{
border-color: #625A4A;
}
.TagClassName
{
border-color: #625A4A;
}
</style>