Shades of Makara #645A4E
Tints of Makara #645A4E
RGB
CMYK
RGB Variations
Color information
#645A4E (or 0x645A4E) is known color: Makara. HEX triplet: 64, 5A and 4E. RGB value is (100,90,78). Sum of RGB (Red+Green+Blue) = 100+90+78=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 78 (30.86% from 255 or 29.10% from 268); Max value from RGB is 100 - color contains mainly: red. Hex color #645A4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A4E is #9BA5B1. Grayscale: #5B5B5B. Windows color (decimal): -10200498 or 5134948. OLE color: 5134948.
HSL color Cylindrical-coordinate representation of color #645A4E: hue angle of 32.73º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #645A4E is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 90 | 78 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.61 |
| HSL | 32.73º | 0.12% | 0.35% | - |
| HSV(B) | 32.73º | 0.22% | 0.39% | - |
| XYZ | 10.29 | 10.57 | 8.71 | - |
| YUV | 91.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 90 | 78 | 0 | 0.10 | 0.22 | 0.61 | 32.73 | 0.12 | 0.35 |
| Hex | 64 | 5A | 4E | 0 | A | 16 | 3D | 21 | C | 23 |
| Octal | 144 | 132 | 116 | 0 | 12 | 26 | 75 | 41 | 14 | 43 |
| Binary | 1100100 | 1011010 | 1001110 | 0 | 1010 | 10110 | 111101 | 100001 | 1100 | 100011 |
Color Harmonies of #645A4E
Complementary color
Monochromatic Colors of #645A4E
Black with #645A4E
Text Example
Text Example
White with #645A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645A4E; }
p { color: rgb(100,90,78); }
H1.HeaderClassName
{
color: #645A4E;
}
.AnyTagClassName
{
color: #645A4E;
}
</style>
background-color css
<style>
a { background-color: #645A4E; }
a { background-color: rgb(100,90,78); }
div.DivClassName
{
background-color: #645A4E;
}
.BgClassName
{
background-color: #645A4E;
}
</style>
border-color css
<style>
span { border-color: #645A4E; }
span { border-color: rgb(100,90,78); }
td.TdClassName
{
border-color: #645A4E;
}
.TagClassName
{
border-color: #645A4E;
}
</style>