Shades of Makara #65594A
Tints of Makara #65594A
RGB
CMYK
RGB Variations
Color information
#65594A (or 0x65594A) is known color: Makara. HEX triplet: 65, 59 and 4A. RGB value is (101,89,74). Sum of RGB (Red+Green+Blue) = 101+89+74=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #65594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65594A is #9AA6B5. Grayscale: #5A5A5A. Windows color (decimal): -10135222 or 4872549. OLE color: 4872549.
HSL color Cylindrical-coordinate representation of color #65594A: hue angle of 33.33º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #65594A is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 74 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.60 |
| HSL | 33.33º | 0.15% | 0.34% | - |
| HSV(B) | 33.33º | 0.27% | 0.4% | - |
| XYZ | 10.18 | 10.41 | 7.95 | - |
| YUV | 90.88 | 118.48 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 74 | 0 | 0.12 | 0.27 | 0.60 | 33.33 | 0.15 | 0.34 |
| Hex | 65 | 59 | 4A | 0 | C | 1B | 3C | 21 | F | 22 |
| Octal | 145 | 131 | 112 | 0 | 14 | 33 | 74 | 41 | 17 | 42 |
| Binary | 1100101 | 1011001 | 1001010 | 0 | 1100 | 11011 | 111100 | 100001 | 1111 | 100010 |
Color Harmonies of #65594A
Complementary color
Monochromatic Colors of #65594A
Black with #65594A
Text Example
Text Example
White with #65594A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65594A; }
p { color: rgb(101,89,74); }
H1.HeaderClassName
{
color: #65594A;
}
.AnyTagClassName
{
color: #65594A;
}
</style>
background-color css
<style>
a { background-color: #65594A; }
a { background-color: rgb(101,89,74); }
div.DivClassName
{
background-color: #65594A;
}
.BgClassName
{
background-color: #65594A;
}
</style>
border-color css
<style>
span { border-color: #65594A; }
span { border-color: rgb(101,89,74); }
td.TdClassName
{
border-color: #65594A;
}
.TagClassName
{
border-color: #65594A;
}
</style>