Shades of Makara #645F58
Tints of Makara #645F58
RGB
CMYK
RGB Variations
Color information
#645F58 (or 0x645F58) is known color: Makara. HEX triplet: 64, 5F and 58. RGB value is (100,95,88). Sum of RGB (Red+Green+Blue) = 100+95+88=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #645F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F58 is #9BA0A7. Grayscale: #5F5F5F. Windows color (decimal): -10199208 or 5791588. OLE color: 5791588.
HSL color Cylindrical-coordinate representation of color #645F58: hue angle of 35º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #645F58 is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 95 | 88 | - |
| CMYK | 0 | 0.05 | 0.12 | 0.61 |
| HSL | 35º | 0.06% | 0.37% | - |
| HSV(B) | 35º | 0.12% | 0.39% | - |
| XYZ | 11.11 | 11.6 | 10.89 | - |
| YUV | 95.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 88 | 0 | 0.05 | 0.12 | 0.61 | 35 | 0.06 | 0.37 |
| Hex | 64 | 5F | 58 | 0 | 5 | C | 3D | 23 | 6 | 25 |
| Octal | 144 | 137 | 130 | 0 | 5 | 14 | 75 | 43 | 6 | 45 |
| Binary | 1100100 | 1011111 | 1011000 | 0 | 101 | 1100 | 111101 | 100011 | 110 | 100101 |
Color Harmonies of #645F58
Complementary color
Monochromatic Colors of #645F58
Black with #645F58
Text Example
Text Example
White with #645F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F58; }
p { color: rgb(100,95,88); }
H1.HeaderClassName
{
color: #645F58;
}
.AnyTagClassName
{
color: #645F58;
}
</style>
background-color css
<style>
a { background-color: #645F58; }
a { background-color: rgb(100,95,88); }
div.DivClassName
{
background-color: #645F58;
}
.BgClassName
{
background-color: #645F58;
}
</style>
border-color css
<style>
span { border-color: #645F58; }
span { border-color: rgb(100,95,88); }
td.TdClassName
{
border-color: #645F58;
}
.TagClassName
{
border-color: #645F58;
}
</style>