Shades of Makara #64605A
Tints of Makara #64605A
RGB
CMYK
RGB Variations
Color information
#64605A (or 0x64605A) is known color: Makara. HEX triplet: 64, 60 and 5A. RGB value is (100,96,90). Sum of RGB (Red+Green+Blue) = 100+96+90=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 100 - color contains mainly: red. Hex color #64605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64605A is #9B9FA5. Grayscale: #606060. Windows color (decimal): -10198950 or 5922916. OLE color: 5922916.
HSL color Cylindrical-coordinate representation of color #64605A: hue angle of 36º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #64605A is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 96 | 90 | - |
| CMYK | 0 | 0.04 | 0.10 | 0.61 |
| HSL | 36º | 0.05% | 0.37% | - |
| HSV(B) | 36º | 0.1% | 0.39% | - |
| XYZ | 11.28 | 11.81 | 11.36 | - |
| YUV | 96.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 96 | 90 | 0 | 0.04 | 0.10 | 0.61 | 36 | 0.05 | 0.37 |
| Hex | 64 | 60 | 5A | 0 | 4 | A | 3D | 24 | 5 | 25 |
| Octal | 144 | 140 | 132 | 0 | 4 | 12 | 75 | 44 | 5 | 45 |
| Binary | 1100100 | 1100000 | 1011010 | 0 | 100 | 1010 | 111101 | 100100 | 101 | 100101 |
Color Harmonies of #64605A
Complementary color
Monochromatic Colors of #64605A
Black with #64605A
Text Example
Text Example
White with #64605A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64605A; }
p { color: rgb(100,96,90); }
H1.HeaderClassName
{
color: #64605A;
}
.AnyTagClassName
{
color: #64605A;
}
</style>
background-color css
<style>
a { background-color: #64605A; }
a { background-color: rgb(100,96,90); }
div.DivClassName
{
background-color: #64605A;
}
.BgClassName
{
background-color: #64605A;
}
</style>
border-color css
<style>
span { border-color: #64605A; }
span { border-color: rgb(100,96,90); }
td.TdClassName
{
border-color: #64605A;
}
.TagClassName
{
border-color: #64605A;
}
</style>