Shades of Makara #625D55
Tints of Makara #625D55
RGB
CMYK
RGB Variations
Color information
#625D55 (or 0x625D55) is known color: Makara. HEX triplet: 62, 5D and 55. RGB value is (98,93,85). Sum of RGB (Red+Green+Blue) = 98+93+85=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #625D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D55 is #9DA2AA. Grayscale: #5D5D5D. Windows color (decimal): -10330795 or 5594466. OLE color: 5594466.
HSL color Cylindrical-coordinate representation of color #625D55: hue angle of 36.92º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #625D55 is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 93 | 85 | - |
| CMYK | 0 | 0.05 | 0.13 | 0.62 |
| HSL | 36.92º | 0.07% | 0.36% | - |
| HSV(B) | 36.92º | 0.13% | 0.38% | - |
| XYZ | 10.59 | 11.08 | 10.18 | - |
| YUV | 93.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 93 | 85 | 0 | 0.05 | 0.13 | 0.62 | 36.92 | 0.07 | 0.36 |
| Hex | 62 | 5D | 55 | 0 | 5 | D | 3E | 25 | 7 | 24 |
| Octal | 142 | 135 | 125 | 0 | 5 | 15 | 76 | 45 | 7 | 44 |
| Binary | 1100010 | 1011101 | 1010101 | 0 | 101 | 1101 | 111110 | 100101 | 111 | 100100 |
Color Harmonies of #625D55
Complementary color
Monochromatic Colors of #625D55
Black with #625D55
Text Example
Text Example
White with #625D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625D55; }
p { color: rgb(98,93,85); }
H1.HeaderClassName
{
color: #625D55;
}
.AnyTagClassName
{
color: #625D55;
}
</style>
background-color css
<style>
a { background-color: #625D55; }
a { background-color: rgb(98,93,85); }
div.DivClassName
{
background-color: #625D55;
}
.BgClassName
{
background-color: #625D55;
}
</style>
border-color css
<style>
span { border-color: #625D55; }
span { border-color: rgb(98,93,85); }
td.TdClassName
{
border-color: #625D55;
}
.TagClassName
{
border-color: #625D55;
}
</style>