Shades of Makara #625D53
Tints of Makara #625D53
RGB
CMYK
RGB Variations
Color information
#625D53 (or 0x625D53) is known color: Makara. HEX triplet: 62, 5D and 53. RGB value is (98,93,83). Sum of RGB (Red+Green+Blue) = 98+93+83=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #625D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D53 is #9DA2AC. Grayscale: #5D5D5D. Windows color (decimal): -10330797 or 5463394. OLE color: 5463394.
HSL color Cylindrical-coordinate representation of color #625D53: hue angle of 40º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #625D53 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 83 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.62 |
| HSL | 40º | 0.08% | 0.35% | - |
| HSV(B) | 40º | 0.15% | 0.38% | - |
| XYZ | 10.51 | 11.05 | 9.76 | - |
| YUV | 93.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 83 | 0 | 0.05 | 0.15 | 0.62 | 40 | 0.08 | 0.35 |
| Hex | 62 | 5D | 53 | 0 | 5 | F | 3E | 28 | 8 | 23 |
| Octal | 142 | 135 | 123 | 0 | 5 | 17 | 76 | 50 | 10 | 43 |
| Binary | 1100010 | 1011101 | 1010011 | 0 | 101 | 1111 | 111110 | 101000 | 1000 | 100011 |
Color Harmonies of #625D53
Complementary color
Monochromatic Colors of #625D53
Black with #625D53
Text Example
Text Example
White with #625D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D53; }
p { color: rgb(98,93,83); }
H1.HeaderClassName
{
color: #625D53;
}
.AnyTagClassName
{
color: #625D53;
}
</style>
background-color css
<style>
a { background-color: #625D53; }
a { background-color: rgb(98,93,83); }
div.DivClassName
{
background-color: #625D53;
}
.BgClassName
{
background-color: #625D53;
}
</style>
border-color css
<style>
span { border-color: #625D53; }
span { border-color: rgb(98,93,83); }
td.TdClassName
{
border-color: #625D53;
}
.TagClassName
{
border-color: #625D53;
}
</style>