Shades of Makara #645B4A
Tints of Makara #645B4A
RGB
CMYK
RGB Variations
Color information
#645B4A (or 0x645B4A) is known color: Makara. HEX triplet: 64, 5B and 4A. RGB value is (100,91,74). Sum of RGB (Red+Green+Blue) = 100+91+74=265 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.74% from 265); Green value is 91 (35.94% from 255 or 34.34% from 265); Blue value is 74 (29.30% from 255 or 27.92% from 265); Max value from RGB is 100 - color contains mainly: red. Hex color #645B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #645B4A is #9BA4B5. Grayscale: #5B5B5B. Windows color (decimal): -10200246 or 4873060. OLE color: 4873060.
HSL color Cylindrical-coordinate representation of color #645B4A: hue angle of 39.23º 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 #645B4A is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 91 | 74 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.61 |
| HSL | 39.23º | 0.15% | 0.34% | - |
| HSV(B) | 39.23º | 0.26% | 0.39% | - |
| XYZ | 10.23 | 10.69 | 8 | - |
| YUV | 91.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 91 | 74 | 0 | 0.09 | 0.26 | 0.61 | 39.23 | 0.15 | 0.34 |
| Hex | 64 | 5B | 4A | 0 | 9 | 1A | 3D | 27 | F | 22 |
| Octal | 144 | 133 | 112 | 0 | 11 | 32 | 75 | 47 | 17 | 42 |
| Binary | 1100100 | 1011011 | 1001010 | 0 | 1001 | 11010 | 111101 | 100111 | 1111 | 100010 |
Color Harmonies of #645B4A
Complementary color
Monochromatic Colors of #645B4A
Black with #645B4A
Text Example
Text Example
White with #645B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645B4A; }
p { color: rgb(100,91,74); }
H1.HeaderClassName
{
color: #645B4A;
}
.AnyTagClassName
{
color: #645B4A;
}
</style>
background-color css
<style>
a { background-color: #645B4A; }
a { background-color: rgb(100,91,74); }
div.DivClassName
{
background-color: #645B4A;
}
.BgClassName
{
background-color: #645B4A;
}
</style>
border-color css
<style>
span { border-color: #645B4A; }
span { border-color: rgb(100,91,74); }
td.TdClassName
{
border-color: #645B4A;
}
.TagClassName
{
border-color: #645B4A;
}
</style>