Shades of Makara #645D52
Tints of Makara #645D52
RGB
CMYK
RGB Variations
Color information
#645D52 (or 0x645D52) is known color: Makara. HEX triplet: 64, 5D and 52. RGB value is (100,93,82). Sum of RGB (Red+Green+Blue) = 100+93+82=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 93 (36.72% from 255 or 33.82% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 100 - color contains mainly: red. Hex color #645D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645D52 is #9BA2AD. Grayscale: #5D5D5D. Windows color (decimal): -10199726 or 5397860. OLE color: 5397860.
HSL color Cylindrical-coordinate representation of color #645D52: hue angle of 36.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #645D52 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 93 | 82 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.61 |
| HSL | 36.67º | 0.1% | 0.36% | - |
| HSV(B) | 36.67º | 0.18% | 0.39% | - |
| XYZ | 10.69 | 11.15 | 9.57 | - |
| YUV | 93.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 93 | 82 | 0 | 0.07 | 0.18 | 0.61 | 36.67 | 0.1 | 0.36 |
| Hex | 64 | 5D | 52 | 0 | 7 | 12 | 3D | 25 | A | 24 |
| Octal | 144 | 135 | 122 | 0 | 7 | 22 | 75 | 45 | 12 | 44 |
| Binary | 1100100 | 1011101 | 1010010 | 0 | 111 | 10010 | 111101 | 100101 | 1010 | 100100 |
Color Harmonies of #645D52
Complementary color
Monochromatic Colors of #645D52
Black with #645D52
Text Example
Text Example
White with #645D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645D52; }
p { color: rgb(100,93,82); }
H1.HeaderClassName
{
color: #645D52;
}
.AnyTagClassName
{
color: #645D52;
}
</style>
background-color css
<style>
a { background-color: #645D52; }
a { background-color: rgb(100,93,82); }
div.DivClassName
{
background-color: #645D52;
}
.BgClassName
{
background-color: #645D52;
}
</style>
border-color css
<style>
span { border-color: #645D52; }
span { border-color: rgb(100,93,82); }
td.TdClassName
{
border-color: #645D52;
}
.TagClassName
{
border-color: #645D52;
}
</style>