Shades of Makara #655E53
Tints of Makara #655E53
RGB
CMYK
RGB Variations
Color information
#655E53 (or 0x655E53) is known color: Makara. HEX triplet: 65, 5E and 53. RGB value is (101,94,83). Sum of RGB (Red+Green+Blue) = 101+94+83=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #655E53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E53 is #9AA1AC. Grayscale: #5E5E5E. Windows color (decimal): -10133933 or 5463653. OLE color: 5463653.
HSL color Cylindrical-coordinate representation of color #655E53: hue angle of 36.67º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655E53 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 83 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.60 |
| HSL | 36.67º | 0.1% | 0.36% | - |
| HSV(B) | 36.67º | 0.18% | 0.4% | - |
| XYZ | 10.93 | 11.4 | 9.81 | - |
| YUV | 94.84 | 121.32 | 132.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 83 | 0 | 0.07 | 0.18 | 0.60 | 36.67 | 0.1 | 0.36 |
| Hex | 65 | 5E | 53 | 0 | 7 | 12 | 3C | 25 | A | 24 |
| Octal | 145 | 136 | 123 | 0 | 7 | 22 | 74 | 45 | 12 | 44 |
| Binary | 1100101 | 1011110 | 1010011 | 0 | 111 | 10010 | 111100 | 100101 | 1010 | 100100 |
Color Harmonies of #655E53
Complementary color
Monochromatic Colors of #655E53
Black with #655E53
Text Example
Text Example
White with #655E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E53; }
p { color: rgb(101,94,83); }
H1.HeaderClassName
{
color: #655E53;
}
.AnyTagClassName
{
color: #655E53;
}
</style>
background-color css
<style>
a { background-color: #655E53; }
a { background-color: rgb(101,94,83); }
div.DivClassName
{
background-color: #655E53;
}
.BgClassName
{
background-color: #655E53;
}
</style>
border-color css
<style>
span { border-color: #655E53; }
span { border-color: rgb(101,94,83); }
td.TdClassName
{
border-color: #655E53;
}
.TagClassName
{
border-color: #655E53;
}
</style>