Shades of Makara #64615D
Tints of Makara #64615D
RGB
CMYK
RGB Variations
Color information
#64615D (or 0x64615D) is known color: Makara. HEX triplet: 64, 61 and 5D. RGB value is (100,97,93). Sum of RGB (Red+Green+Blue) = 100+97+93=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 100 - color contains mainly: red. Hex color #64615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64615D is #9B9EA2. Grayscale: #616161. Windows color (decimal): -10198691 or 6119780. OLE color: 6119780.
HSL color Cylindrical-coordinate representation of color #64615D: hue angle of 34.29º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #64615D is Cyan = 0, Magento = 0.03, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 97 | 93 | - |
| CMYK | 0 | 0.03 | 0.07 | 0.61 |
| HSL | 34.29º | 0.04% | 0.38% | - |
| HSV(B) | 34.29º | 0.07% | 0.39% | - |
| XYZ | 11.51 | 12.05 | 12.08 | - |
| YUV | 97.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 97 | 93 | 0 | 0.03 | 0.07 | 0.61 | 34.29 | 0.04 | 0.38 |
| Hex | 64 | 61 | 5D | 0 | 3 | 7 | 3D | 22 | 4 | 26 |
| Octal | 144 | 141 | 135 | 0 | 3 | 7 | 75 | 42 | 4 | 46 |
| Binary | 1100100 | 1100001 | 1011101 | 0 | 11 | 111 | 111101 | 100010 | 100 | 100110 |
Color Harmonies of #64615D
Complementary color
Monochromatic Colors of #64615D
Black with #64615D
Text Example
Text Example
White with #64615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64615D; }
p { color: rgb(100,97,93); }
H1.HeaderClassName
{
color: #64615D;
}
.AnyTagClassName
{
color: #64615D;
}
</style>
background-color css
<style>
a { background-color: #64615D; }
a { background-color: rgb(100,97,93); }
div.DivClassName
{
background-color: #64615D;
}
.BgClassName
{
background-color: #64615D;
}
</style>
border-color css
<style>
span { border-color: #64615D; }
span { border-color: rgb(100,97,93); }
td.TdClassName
{
border-color: #64615D;
}
.TagClassName
{
border-color: #64615D;
}
</style>