Shades of Makara #646055
Tints of Makara #646055
RGB
CMYK
RGB Variations
Color information
#646055 (or 0x646055) is known color: Makara. HEX triplet: 64, 60 and 55. RGB value is (100,96,85). Sum of RGB (Red+Green+Blue) = 100+96+85=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 100 - color contains mainly: red. Hex color #646055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646055 is #9B9FAA. Grayscale: #5F5F5F. Windows color (decimal): -10198955 or 5595236. OLE color: 5595236.
HSL color Cylindrical-coordinate representation of color #646055: hue angle of 44º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #646055 is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 96 | 85 | - |
| CMYK | 0 | 0.04 | 0.15 | 0.61 |
| HSL | 44º | 0.08% | 0.36% | - |
| HSV(B) | 44º | 0.15% | 0.39% | - |
| XYZ | 11.08 | 11.73 | 10.27 | - |
| YUV | 95.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 85 | 0 | 0.04 | 0.15 | 0.61 | 44 | 0.08 | 0.36 |
| Hex | 64 | 60 | 55 | 0 | 4 | F | 3D | 2C | 8 | 24 |
| Octal | 144 | 140 | 125 | 0 | 4 | 17 | 75 | 54 | 10 | 44 |
| Binary | 1100100 | 1100000 | 1010101 | 0 | 100 | 1111 | 111101 | 101100 | 1000 | 100100 |
Color Harmonies of #646055
Complementary color
Monochromatic Colors of #646055
Black with #646055
Text Example
Text Example
White with #646055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646055; }
p { color: rgb(100,96,85); }
H1.HeaderClassName
{
color: #646055;
}
.AnyTagClassName
{
color: #646055;
}
</style>
background-color css
<style>
a { background-color: #646055; }
a { background-color: rgb(100,96,85); }
div.DivClassName
{
background-color: #646055;
}
.BgClassName
{
background-color: #646055;
}
</style>
border-color css
<style>
span { border-color: #646055; }
span { border-color: rgb(100,96,85); }
td.TdClassName
{
border-color: #646055;
}
.TagClassName
{
border-color: #646055;
}
</style>