Shades of Makara #645B49
Tints of Makara #645B49
RGB
CMYK
RGB Variations
Color information
#645B49 (or 0x645B49) is known color: Makara. HEX triplet: 64, 5B and 49. RGB value is (100,91,73). Sum of RGB (Red+Green+Blue) = 100+91+73=264 (34% of max value = 765). Red value is 100 (39.45% from 255 or 37.88% from 264); Green value is 91 (35.94% from 255 or 34.47% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 100 - color contains mainly: red. Hex color #645B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B49 is #9BA4B6. Grayscale: #5B5B5B. Windows color (decimal): -10200247 or 4807524. OLE color: 4807524.
HSL color Cylindrical-coordinate representation of color #645B49: hue angle of 40º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #645B49 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 91 | 73 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.61 |
| HSL | 40º | 0.16% | 0.34% | - |
| HSV(B) | 40º | 0.27% | 0.39% | - |
| XYZ | 10.2 | 10.67 | 7.83 | - |
| YUV | 91.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 73 | 0 | 0.09 | 0.27 | 0.61 | 40 | 0.16 | 0.34 |
| Hex | 64 | 5B | 49 | 0 | 9 | 1B | 3D | 28 | 10 | 22 |
| Octal | 144 | 133 | 111 | 0 | 11 | 33 | 75 | 50 | 20 | 42 |
| Binary | 1100100 | 1011011 | 1001001 | 0 | 1001 | 11011 | 111101 | 101000 | 10000 | 100010 |
Color Harmonies of #645B49
Complementary color
Monochromatic Colors of #645B49
Black with #645B49
Text Example
Text Example
White with #645B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B49; }
p { color: rgb(100,91,73); }
H1.HeaderClassName
{
color: #645B49;
}
.AnyTagClassName
{
color: #645B49;
}
</style>
background-color css
<style>
a { background-color: #645B49; }
a { background-color: rgb(100,91,73); }
div.DivClassName
{
background-color: #645B49;
}
.BgClassName
{
background-color: #645B49;
}
</style>
border-color css
<style>
span { border-color: #645B49; }
span { border-color: rgb(100,91,73); }
td.TdClassName
{
border-color: #645B49;
}
.TagClassName
{
border-color: #645B49;
}
</style>