Shades of Makara #645C4A
Tints of Makara #645C4A
RGB
CMYK
RGB Variations
Color information
#645C4A (or 0x645C4A) is known color: Makara. HEX triplet: 64, 5C and 4A. RGB value is (100,92,74). Sum of RGB (Red+Green+Blue) = 100+92+74=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 74 (29.30% from 255 or 27.82% from 266); Max value from RGB is 100 - color contains mainly: red. Hex color #645C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645C4A is #9BA3B5. Grayscale: #5C5C5C. Windows color (decimal): -10199990 or 4873316. OLE color: 4873316.
HSL color Cylindrical-coordinate representation of color #645C4A: hue angle of 41.54º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #645C4A is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 92 | 74 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.61 |
| HSL | 41.54º | 0.15% | 0.34% | - |
| HSV(B) | 41.54º | 0.26% | 0.39% | - |
| XYZ | 10.32 | 10.86 | 8.03 | - |
| YUV | 92.34 | 117.65 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 92 | 74 | 0 | 0.08 | 0.26 | 0.61 | 41.54 | 0.15 | 0.34 |
| Hex | 64 | 5C | 4A | 0 | 8 | 1A | 3D | 2A | F | 22 |
| Octal | 144 | 134 | 112 | 0 | 10 | 32 | 75 | 52 | 17 | 42 |
| Binary | 1100100 | 1011100 | 1001010 | 0 | 1000 | 11010 | 111101 | 101010 | 1111 | 100010 |
Color Harmonies of #645C4A
Complementary color
Monochromatic Colors of #645C4A
Black with #645C4A
Text Example
Text Example
White with #645C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645C4A; }
p { color: rgb(100,92,74); }
H1.HeaderClassName
{
color: #645C4A;
}
.AnyTagClassName
{
color: #645C4A;
}
</style>
background-color css
<style>
a { background-color: #645C4A; }
a { background-color: rgb(100,92,74); }
div.DivClassName
{
background-color: #645C4A;
}
.BgClassName
{
background-color: #645C4A;
}
</style>
border-color css
<style>
span { border-color: #645C4A; }
span { border-color: rgb(100,92,74); }
td.TdClassName
{
border-color: #645C4A;
}
.TagClassName
{
border-color: #645C4A;
}
</style>