Shades of Makara #655C51
Tints of Makara #655C51
RGB
CMYK
RGB Variations
Color information
#655C51 (or 0x655C51) is known color: Makara. HEX triplet: 65, 5C and 51. RGB value is (101,92,81). Sum of RGB (Red+Green+Blue) = 101+92+81=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 81 (32.03% from 255 or 29.56% from 274); Max value from RGB is 101 - color contains mainly: red. Hex color #655C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C51 is #9AA3AE. Grayscale: #5D5D5D. Windows color (decimal): -10134447 or 5332069. OLE color: 5332069.
HSL color Cylindrical-coordinate representation of color #655C51: hue angle of 33º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #655C51 is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 81 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.60 |
| HSL | 33º | 0.11% | 0.36% | - |
| HSV(B) | 33º | 0.2% | 0.4% | - |
| XYZ | 10.68 | 11.02 | 9.35 | - |
| YUV | 93.44 | 120.98 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 81 | 0 | 0.09 | 0.20 | 0.60 | 33 | 0.11 | 0.36 |
| Hex | 65 | 5C | 51 | 0 | 9 | 14 | 3C | 21 | B | 24 |
| Octal | 145 | 134 | 121 | 0 | 11 | 24 | 74 | 41 | 13 | 44 |
| Binary | 1100101 | 1011100 | 1010001 | 0 | 1001 | 10100 | 111100 | 100001 | 1011 | 100100 |
Color Harmonies of #655C51
Complementary color
Monochromatic Colors of #655C51
Black with #655C51
Text Example
Text Example
White with #655C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C51; }
p { color: rgb(101,92,81); }
H1.HeaderClassName
{
color: #655C51;
}
.AnyTagClassName
{
color: #655C51;
}
</style>
background-color css
<style>
a { background-color: #655C51; }
a { background-color: rgb(101,92,81); }
div.DivClassName
{
background-color: #655C51;
}
.BgClassName
{
background-color: #655C51;
}
</style>
border-color css
<style>
span { border-color: #655C51; }
span { border-color: rgb(101,92,81); }
td.TdClassName
{
border-color: #655C51;
}
.TagClassName
{
border-color: #655C51;
}
</style>