Shades of Makara #645B4D
Tints of Makara #645B4D
RGB
CMYK
RGB Variations
Color information
#645B4D (or 0x645B4D) is known color: Makara. HEX triplet: 64, 5B and 4D. RGB value is (100,91,77). Sum of RGB (Red+Green+Blue) = 100+91+77=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #645B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645B4D is #9BA4B2. Grayscale: #5C5C5C. Windows color (decimal): -10200243 or 5069668. OLE color: 5069668.
HSL color Cylindrical-coordinate representation of color #645B4D: hue angle of 36.52º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #645B4D is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 91 | 77 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.61 |
| HSL | 36.52º | 0.13% | 0.35% | - |
| HSV(B) | 36.52º | 0.23% | 0.39% | - |
| XYZ | 10.34 | 10.73 | 8.55 | - |
| YUV | 92.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 77 | 0 | 0.09 | 0.23 | 0.61 | 36.52 | 0.13 | 0.35 |
| Hex | 64 | 5B | 4D | 0 | 9 | 17 | 3D | 25 | D | 23 |
| Octal | 144 | 133 | 115 | 0 | 11 | 27 | 75 | 45 | 15 | 43 |
| Binary | 1100100 | 1011011 | 1001101 | 0 | 1001 | 10111 | 111101 | 100101 | 1101 | 100011 |
Color Harmonies of #645B4D
Complementary color
Monochromatic Colors of #645B4D
Black with #645B4D
Text Example
Text Example
White with #645B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B4D; }
p { color: rgb(100,91,77); }
H1.HeaderClassName
{
color: #645B4D;
}
.AnyTagClassName
{
color: #645B4D;
}
</style>
background-color css
<style>
a { background-color: #645B4D; }
a { background-color: rgb(100,91,77); }
div.DivClassName
{
background-color: #645B4D;
}
.BgClassName
{
background-color: #645B4D;
}
</style>
border-color css
<style>
span { border-color: #645B4D; }
span { border-color: rgb(100,91,77); }
td.TdClassName
{
border-color: #645B4D;
}
.TagClassName
{
border-color: #645B4D;
}
</style>