Shades of Makara #65625E
Tints of Makara #65625E
RGB
CMYK
RGB Variations
Color information
#65625E (or 0x65625E) is known color: Makara. HEX triplet: 65, 62 and 5E. RGB value is (101,98,94). Sum of RGB (Red+Green+Blue) = 101+98+94=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 101 - color contains mainly: red. Hex color #65625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65625E is #9A9DA1. Grayscale: #626262. Windows color (decimal): -10132898 or 6185573. OLE color: 6185573.
HSL color Cylindrical-coordinate representation of color #65625E: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #65625E is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 94 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.60 |
| HSL | 34.29º | 0.04% | 0.38% | - |
| HSV(B) | 34.29º | 0.07% | 0.4% | - |
| XYZ | 11.75 | 12.31 | 12.35 | - |
| YUV | 98.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 94 | 0 | 0.03 | 0.07 | 0.60 | 34.29 | 0.04 | 0.38 |
| Hex | 65 | 62 | 5E | 0 | 3 | 7 | 3C | 22 | 4 | 26 |
| Octal | 145 | 142 | 136 | 0 | 3 | 7 | 74 | 42 | 4 | 46 |
| Binary | 1100101 | 1100010 | 1011110 | 0 | 11 | 111 | 111100 | 100010 | 100 | 100110 |
Color Harmonies of #65625E
Complementary color
Monochromatic Colors of #65625E
Black with #65625E
Text Example
Text Example
White with #65625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65625E; }
p { color: rgb(101,98,94); }
H1.HeaderClassName
{
color: #65625E;
}
.AnyTagClassName
{
color: #65625E;
}
</style>
background-color css
<style>
a { background-color: #65625E; }
a { background-color: rgb(101,98,94); }
div.DivClassName
{
background-color: #65625E;
}
.BgClassName
{
background-color: #65625E;
}
</style>
border-color css
<style>
span { border-color: #65625E; }
span { border-color: rgb(101,98,94); }
td.TdClassName
{
border-color: #65625E;
}
.TagClassName
{
border-color: #65625E;
}
</style>