Shades of Makara #625D54
Tints of Makara #625D54
RGB
CMYK
RGB Variations
Color information
#625D54 (or 0x625D54) is known color: Makara. HEX triplet: 62, 5D and 54. RGB value is (98,93,84). Sum of RGB (Red+Green+Blue) = 98+93+84=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 84 (33.20% from 255 or 30.55% from 275); Max value from RGB is 98 - color contains mainly: red. Hex color #625D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D54 is #9DA2AB. Grayscale: #5D5D5D. Windows color (decimal): -10330796 or 5528930. OLE color: 5528930.
HSL color Cylindrical-coordinate representation of color #625D54: hue angle of 38.57º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #625D54 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 84 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.62 |
| HSL | 38.57º | 0.08% | 0.36% | - |
| HSV(B) | 38.57º | 0.14% | 0.38% | - |
| XYZ | 10.55 | 11.07 | 9.97 | - |
| YUV | 93.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 84 | 0 | 0.05 | 0.14 | 0.62 | 38.57 | 0.08 | 0.36 |
| Hex | 62 | 5D | 54 | 0 | 5 | E | 3E | 27 | 8 | 24 |
| Octal | 142 | 135 | 124 | 0 | 5 | 16 | 76 | 47 | 10 | 44 |
| Binary | 1100010 | 1011101 | 1010100 | 0 | 101 | 1110 | 111110 | 100111 | 1000 | 100100 |
Color Harmonies of #625D54
Complementary color
Monochromatic Colors of #625D54
Black with #625D54
Text Example
Text Example
White with #625D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D54; }
p { color: rgb(98,93,84); }
H1.HeaderClassName
{
color: #625D54;
}
.AnyTagClassName
{
color: #625D54;
}
</style>
background-color css
<style>
a { background-color: #625D54; }
a { background-color: rgb(98,93,84); }
div.DivClassName
{
background-color: #625D54;
}
.BgClassName
{
background-color: #625D54;
}
</style>
border-color css
<style>
span { border-color: #625D54; }
span { border-color: rgb(98,93,84); }
td.TdClassName
{
border-color: #625D54;
}
.TagClassName
{
border-color: #625D54;
}
</style>