Shades of Makara #625B4E
Tints of Makara #625B4E
RGB
CMYK
RGB Variations
Color information
#625B4E (or 0x625B4E) is known color: Makara. HEX triplet: 62, 5B and 4E. RGB value is (98,91,78). Sum of RGB (Red+Green+Blue) = 98+91+78=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #625B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B4E is #9DA4B1. Grayscale: #5B5B5B. Windows color (decimal): -10331314 or 5135202. OLE color: 5135202.
HSL color Cylindrical-coordinate representation of color #625B4E: hue angle of 39º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #625B4E is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 91 | 78 | - |
| CMYK | 0 | 0.07 | 0.20 | 0.62 |
| HSL | 39º | 0.11% | 0.35% | - |
| HSV(B) | 39º | 0.2% | 0.38% | - |
| XYZ | 10.15 | 10.63 | 8.72 | - |
| YUV | 91.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 91 | 78 | 0 | 0.07 | 0.20 | 0.62 | 39 | 0.11 | 0.35 |
| Hex | 62 | 5B | 4E | 0 | 7 | 14 | 3E | 27 | B | 23 |
| Octal | 142 | 133 | 116 | 0 | 7 | 24 | 76 | 47 | 13 | 43 |
| Binary | 1100010 | 1011011 | 1001110 | 0 | 111 | 10100 | 111110 | 100111 | 1011 | 100011 |
Color Harmonies of #625B4E
Complementary color
Monochromatic Colors of #625B4E
Black with #625B4E
Text Example
Text Example
White with #625B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #625B4E; }
p { color: rgb(98,91,78); }
H1.HeaderClassName
{
color: #625B4E;
}
.AnyTagClassName
{
color: #625B4E;
}
</style>
background-color css
<style>
a { background-color: #625B4E; }
a { background-color: rgb(98,91,78); }
div.DivClassName
{
background-color: #625B4E;
}
.BgClassName
{
background-color: #625B4E;
}
</style>
border-color css
<style>
span { border-color: #625B4E; }
span { border-color: rgb(98,91,78); }
td.TdClassName
{
border-color: #625B4E;
}
.TagClassName
{
border-color: #625B4E;
}
</style>