Shades of Makara #625E59
Tints of Makara #625E59
RGB
CMYK
RGB Variations
Color information
#625E59 (or 0x625E59) is known color: Makara. HEX triplet: 62, 5E and 59. RGB value is (98,94,89). Sum of RGB (Red+Green+Blue) = 98+94+89=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 94 (37.11% from 255 or 33.45% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 98 - color contains mainly: red. Hex color #625E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E59 is #9DA1A6. Grayscale: #5E5E5E. Windows color (decimal): -10330535 or 5856866. OLE color: 5856866.
HSL color Cylindrical-coordinate representation of color #625E59: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #625E59 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 94 | 89 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.62 |
| HSL | 33.33º | 0.05% | 0.37% | - |
| HSV(B) | 33.33º | 0.09% | 0.38% | - |
| XYZ | 10.84 | 11.32 | 11.07 | - |
| YUV | 94.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 94 | 89 | 0 | 0.04 | 0.09 | 0.62 | 33.33 | 0.05 | 0.37 |
| Hex | 62 | 5E | 59 | 0 | 4 | 9 | 3E | 21 | 5 | 25 |
| Octal | 142 | 136 | 131 | 0 | 4 | 11 | 76 | 41 | 5 | 45 |
| Binary | 1100010 | 1011110 | 1011001 | 0 | 100 | 1001 | 111110 | 100001 | 101 | 100101 |
Color Harmonies of #625E59
Complementary color
Monochromatic Colors of #625E59
Black with #625E59
Text Example
Text Example
White with #625E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625E59; }
p { color: rgb(98,94,89); }
H1.HeaderClassName
{
color: #625E59;
}
.AnyTagClassName
{
color: #625E59;
}
</style>
background-color css
<style>
a { background-color: #625E59; }
a { background-color: rgb(98,94,89); }
div.DivClassName
{
background-color: #625E59;
}
.BgClassName
{
background-color: #625E59;
}
</style>
border-color css
<style>
span { border-color: #625E59; }
span { border-color: rgb(98,94,89); }
td.TdClassName
{
border-color: #625E59;
}
.TagClassName
{
border-color: #625E59;
}
</style>