Shades of Makara #655A48
Tints of Makara #655A48
RGB
CMYK
RGB Variations
Color information
#655A48 (or 0x655A48) is known color: Makara. HEX triplet: 65, 5A and 48. RGB value is (101,90,72). Sum of RGB (Red+Green+Blue) = 101+90+72=263 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.40% from 263); Green value is 90 (35.55% from 255 or 34.22% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 101 - color contains mainly: red. Hex color #655A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A48 is #9AA5B7. Grayscale: #5B5B5B. Windows color (decimal): -10134968 or 4741733. OLE color: 4741733.
HSL color Cylindrical-coordinate representation of color #655A48: hue angle of 37.24º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #655A48 is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 72 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.60 |
| HSL | 37.24º | 0.17% | 0.34% | - |
| HSV(B) | 37.24º | 0.29% | 0.4% | - |
| XYZ | 10.19 | 10.55 | 7.63 | - |
| YUV | 91.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 72 | 0 | 0.11 | 0.29 | 0.60 | 37.24 | 0.17 | 0.34 |
| Hex | 65 | 5A | 48 | 0 | B | 1D | 3C | 25 | 11 | 22 |
| Octal | 145 | 132 | 110 | 0 | 13 | 35 | 74 | 45 | 21 | 42 |
| Binary | 1100101 | 1011010 | 1001000 | 0 | 1011 | 11101 | 111100 | 100101 | 10001 | 100010 |
Color Harmonies of #655A48
Complementary color
Monochromatic Colors of #655A48
Black with #655A48
Text Example
Text Example
White with #655A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A48; }
p { color: rgb(101,90,72); }
H1.HeaderClassName
{
color: #655A48;
}
.AnyTagClassName
{
color: #655A48;
}
</style>
background-color css
<style>
a { background-color: #655A48; }
a { background-color: rgb(101,90,72); }
div.DivClassName
{
background-color: #655A48;
}
.BgClassName
{
background-color: #655A48;
}
</style>
border-color css
<style>
span { border-color: #655A48; }
span { border-color: rgb(101,90,72); }
td.TdClassName
{
border-color: #655A48;
}
.TagClassName
{
border-color: #655A48;
}
</style>