Shades of Makara #625C52
Tints of Makara #625C52
RGB
CMYK
RGB Variations
Color information
#625C52 (or 0x625C52) is known color: Makara. HEX triplet: 62, 5C and 52. RGB value is (98,92,82). Sum of RGB (Red+Green+Blue) = 98+92+82=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 92 (36.33% from 255 or 33.82% from 272); Blue value is 82 (32.42% from 255 or 30.15% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #625C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C52 is #9DA3AD. Grayscale: #5C5C5C. Windows color (decimal): -10331054 or 5397602. OLE color: 5397602.
HSL color Cylindrical-coordinate representation of color #625C52: hue angle of 37.5º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #625C52 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 82 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.62 |
| HSL | 37.5º | 0.09% | 0.35% | - |
| HSV(B) | 37.5º | 0.16% | 0.38% | - |
| XYZ | 10.39 | 10.86 | 9.53 | - |
| YUV | 92.65 | 121.99 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 82 | 0 | 0.06 | 0.16 | 0.62 | 37.5 | 0.09 | 0.35 |
| Hex | 62 | 5C | 52 | 0 | 6 | 10 | 3E | 26 | 9 | 23 |
| Octal | 142 | 134 | 122 | 0 | 6 | 20 | 76 | 46 | 11 | 43 |
| Binary | 1100010 | 1011100 | 1010010 | 0 | 110 | 10000 | 111110 | 100110 | 1001 | 100011 |
Color Harmonies of #625C52
Complementary color
Monochromatic Colors of #625C52
Black with #625C52
Text Example
Text Example
White with #625C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C52; }
p { color: rgb(98,92,82); }
H1.HeaderClassName
{
color: #625C52;
}
.AnyTagClassName
{
color: #625C52;
}
</style>
background-color css
<style>
a { background-color: #625C52; }
a { background-color: rgb(98,92,82); }
div.DivClassName
{
background-color: #625C52;
}
.BgClassName
{
background-color: #625C52;
}
</style>
border-color css
<style>
span { border-color: #625C52; }
span { border-color: rgb(98,92,82); }
td.TdClassName
{
border-color: #625C52;
}
.TagClassName
{
border-color: #625C52;
}
</style>