Shades of Makara #625C55
Tints of Makara #625C55
RGB
CMYK
RGB Variations
Color information
#625C55 (or 0x625C55) is known color: Makara. HEX triplet: 62, 5C and 55. RGB value is (98,92,85). Sum of RGB (Red+Green+Blue) = 98+92+85=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 98 - color contains mainly: red. Hex color #625C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C55 is #9DA3AA. Grayscale: #5D5D5D. Windows color (decimal): -10331051 or 5594210. OLE color: 5594210.
HSL color Cylindrical-coordinate representation of color #625C55: hue angle of 32.31º 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 #625C55 is Cyan = 0, Magento = 0.06, Yellow = 0.13 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 92 | 85 | - |
| CMYK | 0 | 0.06 | 0.13 | 0.62 |
| HSL | 32.31º | 0.07% | 0.36% | - |
| HSV(B) | 32.31º | 0.13% | 0.38% | - |
| XYZ | 10.5 | 10.91 | 10.15 | - |
| YUV | 93 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 92 | 85 | 0 | 0.06 | 0.13 | 0.62 | 32.31 | 0.07 | 0.36 |
| Hex | 62 | 5C | 55 | 0 | 6 | D | 3E | 20 | 7 | 24 |
| Octal | 142 | 134 | 125 | 0 | 6 | 15 | 76 | 40 | 7 | 44 |
| Binary | 1100010 | 1011100 | 1010101 | 0 | 110 | 1101 | 111110 | 100000 | 111 | 100100 |
Color Harmonies of #625C55
Complementary color
Monochromatic Colors of #625C55
Black with #625C55
Text Example
Text Example
White with #625C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625C55; }
p { color: rgb(98,92,85); }
H1.HeaderClassName
{
color: #625C55;
}
.AnyTagClassName
{
color: #625C55;
}
</style>
background-color css
<style>
a { background-color: #625C55; }
a { background-color: rgb(98,92,85); }
div.DivClassName
{
background-color: #625C55;
}
.BgClassName
{
background-color: #625C55;
}
</style>
border-color css
<style>
span { border-color: #625C55; }
span { border-color: rgb(98,92,85); }
td.TdClassName
{
border-color: #625C55;
}
.TagClassName
{
border-color: #625C55;
}
</style>