Shades of Makara #655A4D
Tints of Makara #655A4D
RGB
CMYK
RGB Variations
Color information
#655A4D (or 0x655A4D) is known color: Makara. HEX triplet: 65, 5A and 4D. RGB value is (101,90,77). Sum of RGB (Red+Green+Blue) = 101+90+77=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 90 (35.55% from 255 or 33.58% from 268); Blue value is 77 (30.47% from 255 or 28.73% from 268); Max value from RGB is 101 - color contains mainly: red. Hex color #655A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A4D is #9AA5B2. Grayscale: #5B5B5B. Windows color (decimal): -10134963 or 5069413. OLE color: 5069413.
HSL color Cylindrical-coordinate representation of color #655A4D: hue angle of 32.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #655A4D is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 77 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.60 |
| HSL | 32.5º | 0.13% | 0.35% | - |
| HSV(B) | 32.5º | 0.24% | 0.4% | - |
| XYZ | 10.36 | 10.61 | 8.52 | - |
| YUV | 91.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 77 | 0 | 0.11 | 0.24 | 0.60 | 32.5 | 0.13 | 0.35 |
| Hex | 65 | 5A | 4D | 0 | B | 18 | 3C | 20 | D | 23 |
| Octal | 145 | 132 | 115 | 0 | 13 | 30 | 74 | 40 | 15 | 43 |
| Binary | 1100101 | 1011010 | 1001101 | 0 | 1011 | 11000 | 111100 | 100000 | 1101 | 100011 |
Color Harmonies of #655A4D
Complementary color
Monochromatic Colors of #655A4D
Black with #655A4D
Text Example
Text Example
White with #655A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A4D; }
p { color: rgb(101,90,77); }
H1.HeaderClassName
{
color: #655A4D;
}
.AnyTagClassName
{
color: #655A4D;
}
</style>
background-color css
<style>
a { background-color: #655A4D; }
a { background-color: rgb(101,90,77); }
div.DivClassName
{
background-color: #655A4D;
}
.BgClassName
{
background-color: #655A4D;
}
</style>
border-color css
<style>
span { border-color: #655A4D; }
span { border-color: rgb(101,90,77); }
td.TdClassName
{
border-color: #655A4D;
}
.TagClassName
{
border-color: #655A4D;
}
</style>