Shades of Makara #655C52
Tints of Makara #655C52
RGB
CMYK
RGB Variations
Color information
#655C52 (or 0x655C52) is known color: Makara. HEX triplet: 65, 5C and 52. RGB value is (101,92,82). Sum of RGB (Red+Green+Blue) = 101+92+82=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 92 (36.33% from 255 or 33.45% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 101 - color contains mainly: red. Hex color #655C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655C52 is #9AA3AD. Grayscale: #5D5D5D. Windows color (decimal): -10134446 or 5397605. OLE color: 5397605.
HSL color Cylindrical-coordinate representation of color #655C52: hue angle of 31.58º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655C52 is Cyan = 0, Magento = 0.09, Yellow = 0.19 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 92 | 82 | - |
| CMYK | 0 | 0.09 | 0.19 | 0.60 |
| HSL | 31.58º | 0.1% | 0.36% | - |
| HSV(B) | 31.58º | 0.19% | 0.4% | - |
| XYZ | 10.72 | 11.03 | 9.55 | - |
| YUV | 93.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 92 | 82 | 0 | 0.09 | 0.19 | 0.60 | 31.58 | 0.1 | 0.36 |
| Hex | 65 | 5C | 52 | 0 | 9 | 13 | 3C | 20 | A | 24 |
| Octal | 145 | 134 | 122 | 0 | 11 | 23 | 74 | 40 | 12 | 44 |
| Binary | 1100101 | 1011100 | 1010010 | 0 | 1001 | 10011 | 111100 | 100000 | 1010 | 100100 |
Color Harmonies of #655C52
Complementary color
Monochromatic Colors of #655C52
Black with #655C52
Text Example
Text Example
White with #655C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655C52; }
p { color: rgb(101,92,82); }
H1.HeaderClassName
{
color: #655C52;
}
.AnyTagClassName
{
color: #655C52;
}
</style>
background-color css
<style>
a { background-color: #655C52; }
a { background-color: rgb(101,92,82); }
div.DivClassName
{
background-color: #655C52;
}
.BgClassName
{
background-color: #655C52;
}
</style>
border-color css
<style>
span { border-color: #655C52; }
span { border-color: rgb(101,92,82); }
td.TdClassName
{
border-color: #655C52;
}
.TagClassName
{
border-color: #655C52;
}
</style>