Shades of Makara #645B47
Tints of Makara #645B47
RGB
CMYK
RGB Variations
Color information
#645B47 (or 0x645B47) is known color: Makara. HEX triplet: 64, 5B and 47. RGB value is (100,91,71). Sum of RGB (Red+Green+Blue) = 100+91+71=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 100 - color contains mainly: red. Hex color #645B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B47 is #9BA4B8. Grayscale: #5B5B5B. Windows color (decimal): -10200249 or 4676452. OLE color: 4676452.
HSL color Cylindrical-coordinate representation of color #645B47: hue angle of 41.38º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #645B47 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 91 | 71 | - |
| CMYK | 0 | 0.09 | 0.29 | 0.61 |
| HSL | 41.38º | 0.17% | 0.34% | - |
| HSV(B) | 41.38º | 0.29% | 0.39% | - |
| XYZ | 10.13 | 10.65 | 7.48 | - |
| YUV | 91.41 | 116.48 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 71 | 0 | 0.09 | 0.29 | 0.61 | 41.38 | 0.17 | 0.34 |
| Hex | 64 | 5B | 47 | 0 | 9 | 1D | 3D | 29 | 11 | 22 |
| Octal | 144 | 133 | 107 | 0 | 11 | 35 | 75 | 51 | 21 | 42 |
| Binary | 1100100 | 1011011 | 1000111 | 0 | 1001 | 11101 | 111101 | 101001 | 10001 | 100010 |
Color Harmonies of #645B47
Complementary color
Monochromatic Colors of #645B47
Black with #645B47
Text Example
Text Example
White with #645B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B47; }
p { color: rgb(100,91,71); }
H1.HeaderClassName
{
color: #645B47;
}
.AnyTagClassName
{
color: #645B47;
}
</style>
background-color css
<style>
a { background-color: #645B47; }
a { background-color: rgb(100,91,71); }
div.DivClassName
{
background-color: #645B47;
}
.BgClassName
{
background-color: #645B47;
}
</style>
border-color css
<style>
span { border-color: #645B47; }
span { border-color: rgb(100,91,71); }
td.TdClassName
{
border-color: #645B47;
}
.TagClassName
{
border-color: #645B47;
}
</style>