Shades of Makara #645F55
Tints of Makara #645F55
RGB
CMYK
RGB Variations
Color information
#645F55 (or 0x645F55) is known color: Makara. HEX triplet: 64, 5F and 55. RGB value is (100,95,85). Sum of RGB (Red+Green+Blue) = 100+95+85=280 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.71% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 100 - color contains mainly: red. Hex color #645F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F55 is #9BA0AA. Grayscale: #5F5F5F. Windows color (decimal): -10199211 or 5594980. OLE color: 5594980.
HSL color Cylindrical-coordinate representation of color #645F55: hue angle of 40º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #645F55 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 95 | 85 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.61 |
| HSL | 40º | 0.08% | 0.36% | - |
| HSV(B) | 40º | 0.15% | 0.39% | - |
| XYZ | 10.99 | 11.55 | 10.24 | - |
| YUV | 95.36 | 122.16 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 95 | 85 | 0 | 0.05 | 0.15 | 0.61 | 40 | 0.08 | 0.36 |
| Hex | 64 | 5F | 55 | 0 | 5 | F | 3D | 28 | 8 | 24 |
| Octal | 144 | 137 | 125 | 0 | 5 | 17 | 75 | 50 | 10 | 44 |
| Binary | 1100100 | 1011111 | 1010101 | 0 | 101 | 1111 | 111101 | 101000 | 1000 | 100100 |
Color Harmonies of #645F55
Complementary color
Monochromatic Colors of #645F55
Black with #645F55
Text Example
Text Example
White with #645F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645F55; }
p { color: rgb(100,95,85); }
H1.HeaderClassName
{
color: #645F55;
}
.AnyTagClassName
{
color: #645F55;
}
</style>
background-color css
<style>
a { background-color: #645F55; }
a { background-color: rgb(100,95,85); }
div.DivClassName
{
background-color: #645F55;
}
.BgClassName
{
background-color: #645F55;
}
</style>
border-color css
<style>
span { border-color: #645F55; }
span { border-color: rgb(100,95,85); }
td.TdClassName
{
border-color: #645F55;
}
.TagClassName
{
border-color: #645F55;
}
</style>