Shades of Makara #655A49
Tints of Makara #655A49
RGB
CMYK
RGB Variations
Color information
#655A49 (or 0x655A49) is known color: Makara. HEX triplet: 65, 5A and 49. RGB value is (101,90,73). Sum of RGB (Red+Green+Blue) = 101+90+73=264 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.26% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 101 - color contains mainly: red. Hex color #655A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A49 is #9AA5B6. Grayscale: #5B5B5B. Windows color (decimal): -10134967 or 4807269. OLE color: 4807269.
HSL color Cylindrical-coordinate representation of color #655A49: hue angle of 36.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #655A49 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 73 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.60 |
| HSL | 36.43º | 0.16% | 0.34% | - |
| HSV(B) | 36.43º | 0.28% | 0.4% | - |
| XYZ | 10.23 | 10.56 | 7.8 | - |
| YUV | 91.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 73 | 0 | 0.11 | 0.28 | 0.60 | 36.43 | 0.16 | 0.34 |
| Hex | 65 | 5A | 49 | 0 | B | 1C | 3C | 24 | 10 | 22 |
| Octal | 145 | 132 | 111 | 0 | 13 | 34 | 74 | 44 | 20 | 42 |
| Binary | 1100101 | 1011010 | 1001001 | 0 | 1011 | 11100 | 111100 | 100100 | 10000 | 100010 |
Color Harmonies of #655A49
Complementary color
Monochromatic Colors of #655A49
Black with #655A49
Text Example
Text Example
White with #655A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A49; }
p { color: rgb(101,90,73); }
H1.HeaderClassName
{
color: #655A49;
}
.AnyTagClassName
{
color: #655A49;
}
</style>
background-color css
<style>
a { background-color: #655A49; }
a { background-color: rgb(101,90,73); }
div.DivClassName
{
background-color: #655A49;
}
.BgClassName
{
background-color: #655A49;
}
</style>
border-color css
<style>
span { border-color: #655A49; }
span { border-color: rgb(101,90,73); }
td.TdClassName
{
border-color: #655A49;
}
.TagClassName
{
border-color: #655A49;
}
</style>