Shades of Makara #655A46
Tints of Makara #655A46
RGB
CMYK
RGB Variations
Color information
#655A46 (or 0x655A46) is known color: Makara. HEX triplet: 65, 5A and 46. RGB value is (101,90,70). Sum of RGB (Red+Green+Blue) = 101+90+70=261 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.70% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 101 - color contains mainly: red. Hex color #655A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655A46 is #9AA5B9. Grayscale: #5B5B5B. Windows color (decimal): -10134970 or 4610661. OLE color: 4610661.
HSL color Cylindrical-coordinate representation of color #655A46: hue angle of 38.71º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #655A46 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 90 | 70 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.60 |
| HSL | 38.71º | 0.18% | 0.34% | - |
| HSV(B) | 38.71º | 0.31% | 0.4% | - |
| XYZ | 10.13 | 10.52 | 7.29 | - |
| YUV | 91.01 | 116.14 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 90 | 70 | 0 | 0.11 | 0.31 | 0.60 | 38.71 | 0.18 | 0.34 |
| Hex | 65 | 5A | 46 | 0 | B | 1F | 3C | 27 | 12 | 22 |
| Octal | 145 | 132 | 106 | 0 | 13 | 37 | 74 | 47 | 22 | 42 |
| Binary | 1100101 | 1011010 | 1000110 | 0 | 1011 | 11111 | 111100 | 100111 | 10010 | 100010 |
Color Harmonies of #655A46
Complementary color
Monochromatic Colors of #655A46
Black with #655A46
Text Example
Text Example
White with #655A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655A46; }
p { color: rgb(101,90,70); }
H1.HeaderClassName
{
color: #655A46;
}
.AnyTagClassName
{
color: #655A46;
}
</style>
background-color css
<style>
a { background-color: #655A46; }
a { background-color: rgb(101,90,70); }
div.DivClassName
{
background-color: #655A46;
}
.BgClassName
{
background-color: #655A46;
}
</style>
border-color css
<style>
span { border-color: #655A46; }
span { border-color: rgb(101,90,70); }
td.TdClassName
{
border-color: #655A46;
}
.TagClassName
{
border-color: #655A46;
}
</style>