Shades of Makara #645F59
Tints of Makara #645F59
RGB
CMYK
RGB Variations
Color information
#645F59 (or 0x645F59) is known color: Makara. HEX triplet: 64, 5F and 59. RGB value is (100,95,89). Sum of RGB (Red+Green+Blue) = 100+95+89=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 100 - color contains mainly: red. Hex color #645F59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F59 is #9BA0A6. Grayscale: #5F5F5F. Windows color (decimal): -10199207 or 5857124. OLE color: 5857124.
HSL color Cylindrical-coordinate representation of color #645F59: hue angle of 32.73º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #645F59 is Cyan = 0, Magento = 0.05, Yellow = 0.11 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 95 | 89 | - |
| CMYK | 0 | 0.05 | 0.11 | 0.61 |
| HSL | 32.73º | 0.06% | 0.37% | - |
| HSV(B) | 32.73º | 0.11% | 0.39% | - |
| XYZ | 11.15 | 11.62 | 11.11 | - |
| YUV | 95.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 89 | 0 | 0.05 | 0.11 | 0.61 | 32.73 | 0.06 | 0.37 |
| Hex | 64 | 5F | 59 | 0 | 5 | B | 3D | 21 | 6 | 25 |
| Octal | 144 | 137 | 131 | 0 | 5 | 13 | 75 | 41 | 6 | 45 |
| Binary | 1100100 | 1011111 | 1011001 | 0 | 101 | 1011 | 111101 | 100001 | 110 | 100101 |
Color Harmonies of #645F59
Complementary color
Monochromatic Colors of #645F59
Black with #645F59
Text Example
Text Example
White with #645F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F59; }
p { color: rgb(100,95,89); }
H1.HeaderClassName
{
color: #645F59;
}
.AnyTagClassName
{
color: #645F59;
}
</style>
background-color css
<style>
a { background-color: #645F59; }
a { background-color: rgb(100,95,89); }
div.DivClassName
{
background-color: #645F59;
}
.BgClassName
{
background-color: #645F59;
}
</style>
border-color css
<style>
span { border-color: #645F59; }
span { border-color: rgb(100,95,89); }
td.TdClassName
{
border-color: #645F59;
}
.TagClassName
{
border-color: #645F59;
}
</style>