Shades of Makara #645B4B
Tints of Makara #645B4B
RGB
CMYK
RGB Variations
Color information
#645B4B (or 0x645B4B) is known color: Makara. HEX triplet: 64, 5B and 4B. RGB value is (100,91,75). Sum of RGB (Red+Green+Blue) = 100+91+75=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 75 (29.69% from 255 or 28.20% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #645B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B4B is #9BA4B4. Grayscale: #5B5B5B. Windows color (decimal): -10200245 or 4938596. OLE color: 4938596.
HSL color Cylindrical-coordinate representation of color #645B4B: hue angle of 38.4º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #645B4B is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 91 | 75 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.61 |
| HSL | 38.4º | 0.14% | 0.34% | - |
| HSV(B) | 38.4º | 0.25% | 0.39% | - |
| XYZ | 10.27 | 10.7 | 8.18 | - |
| YUV | 91.87 | 118.48 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 75 | 0 | 0.09 | 0.25 | 0.61 | 38.4 | 0.14 | 0.34 |
| Hex | 64 | 5B | 4B | 0 | 9 | 19 | 3D | 26 | E | 22 |
| Octal | 144 | 133 | 113 | 0 | 11 | 31 | 75 | 46 | 16 | 42 |
| Binary | 1100100 | 1011011 | 1001011 | 0 | 1001 | 11001 | 111101 | 100110 | 1110 | 100010 |
Color Harmonies of #645B4B
Complementary color
Monochromatic Colors of #645B4B
Black with #645B4B
Text Example
Text Example
White with #645B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B4B; }
p { color: rgb(100,91,75); }
H1.HeaderClassName
{
color: #645B4B;
}
.AnyTagClassName
{
color: #645B4B;
}
</style>
background-color css
<style>
a { background-color: #645B4B; }
a { background-color: rgb(100,91,75); }
div.DivClassName
{
background-color: #645B4B;
}
.BgClassName
{
background-color: #645B4B;
}
</style>
border-color css
<style>
span { border-color: #645B4B; }
span { border-color: rgb(100,91,75); }
td.TdClassName
{
border-color: #645B4B;
}
.TagClassName
{
border-color: #645B4B;
}
</style>