Shades of Makara #655D54
Tints of Makara #655D54
RGB
CMYK
RGB Variations
Color information
#655D54 (or 0x655D54) is known color: Makara. HEX triplet: 65, 5D and 54. RGB value is (101,93,84). Sum of RGB (Red+Green+Blue) = 101+93+84=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #655D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655D54 is #9AA2AB. Grayscale: #5E5E5E. Windows color (decimal): -10134188 or 5528933. OLE color: 5528933.
HSL color Cylindrical-coordinate representation of color #655D54: hue angle of 31.76º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #655D54 is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 93 | 84 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.60 |
| HSL | 31.76º | 0.09% | 0.36% | - |
| HSV(B) | 31.76º | 0.17% | 0.4% | - |
| XYZ | 10.88 | 11.24 | 9.98 | - |
| YUV | 94.37 | 122.15 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 93 | 84 | 0 | 0.08 | 0.17 | 0.60 | 31.76 | 0.09 | 0.36 |
| Hex | 65 | 5D | 54 | 0 | 8 | 11 | 3C | 20 | 9 | 24 |
| Octal | 145 | 135 | 124 | 0 | 10 | 21 | 74 | 40 | 11 | 44 |
| Binary | 1100101 | 1011101 | 1010100 | 0 | 1000 | 10001 | 111100 | 100000 | 1001 | 100100 |
Color Harmonies of #655D54
Complementary color
Monochromatic Colors of #655D54
Black with #655D54
Text Example
Text Example
White with #655D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655D54; }
p { color: rgb(101,93,84); }
H1.HeaderClassName
{
color: #655D54;
}
.AnyTagClassName
{
color: #655D54;
}
</style>
background-color css
<style>
a { background-color: #655D54; }
a { background-color: rgb(101,93,84); }
div.DivClassName
{
background-color: #655D54;
}
.BgClassName
{
background-color: #655D54;
}
</style>
border-color css
<style>
span { border-color: #655D54; }
span { border-color: rgb(101,93,84); }
td.TdClassName
{
border-color: #655D54;
}
.TagClassName
{
border-color: #655D54;
}
</style>