Shades of Makara #65625D
Tints of Makara #65625D
RGB
CMYK
RGB Variations
Color information
#65625D (or 0x65625D) is known color: Makara. HEX triplet: 65, 62 and 5D. RGB value is (101,98,93). Sum of RGB (Red+Green+Blue) = 101+98+93=292 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.59% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 101 - color contains mainly: red. Hex color #65625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65625D is #9A9DA2. Grayscale: #626262. Windows color (decimal): -10132899 or 6120037. OLE color: 6120037.
HSL color Cylindrical-coordinate representation of color #65625D: hue angle of 37.5º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #65625D is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 98 | 93 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.60 |
| HSL | 37.5º | 0.04% | 0.38% | - |
| HSV(B) | 37.5º | 0.08% | 0.4% | - |
| XYZ | 11.71 | 12.29 | 12.11 | - |
| YUV | 98.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 98 | 93 | 0 | 0.03 | 0.08 | 0.60 | 37.5 | 0.04 | 0.38 |
| Hex | 65 | 62 | 5D | 0 | 3 | 8 | 3C | 26 | 4 | 26 |
| Octal | 145 | 142 | 135 | 0 | 3 | 10 | 74 | 46 | 4 | 46 |
| Binary | 1100101 | 1100010 | 1011101 | 0 | 11 | 1000 | 111100 | 100110 | 100 | 100110 |
Color Harmonies of #65625D
Complementary color
Monochromatic Colors of #65625D
Black with #65625D
Text Example
Text Example
White with #65625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65625D; }
p { color: rgb(101,98,93); }
H1.HeaderClassName
{
color: #65625D;
}
.AnyTagClassName
{
color: #65625D;
}
</style>
background-color css
<style>
a { background-color: #65625D; }
a { background-color: rgb(101,98,93); }
div.DivClassName
{
background-color: #65625D;
}
.BgClassName
{
background-color: #65625D;
}
</style>
border-color css
<style>
span { border-color: #65625D; }
span { border-color: rgb(101,98,93); }
td.TdClassName
{
border-color: #65625D;
}
.TagClassName
{
border-color: #65625D;
}
</style>