Shades of Makara #655E4C
Tints of Makara #655E4C
RGB
CMYK
RGB Variations
Color information
#655E4C (or 0x655E4C) is known color: Makara. HEX triplet: 65, 5E and 4C. RGB value is (101,94,76). Sum of RGB (Red+Green+Blue) = 101+94+76=271 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.27% from 271); Green value is 94 (37.11% from 255 or 34.69% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 101 - color contains mainly: red. Hex color #655E4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #655E4C is #9AA1B3. Grayscale: #5E5E5E. Windows color (decimal): -10133940 or 5004901. OLE color: 5004901.
HSL color Cylindrical-coordinate representation of color #655E4C: hue angle of 43.2º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #655E4C is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 94 | 76 | - |
| CMYK | 0 | 0.07 | 0.25 | 0.60 |
| HSL | 43.2º | 0.14% | 0.35% | - |
| HSV(B) | 43.2º | 0.25% | 0.4% | - |
| XYZ | 10.67 | 11.29 | 8.45 | - |
| YUV | 94.04 | 117.82 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 94 | 76 | 0 | 0.07 | 0.25 | 0.60 | 43.2 | 0.14 | 0.35 |
| Hex | 65 | 5E | 4C | 0 | 7 | 19 | 3C | 2B | E | 23 |
| Octal | 145 | 136 | 114 | 0 | 7 | 31 | 74 | 53 | 16 | 43 |
| Binary | 1100101 | 1011110 | 1001100 | 0 | 111 | 11001 | 111100 | 101011 | 1110 | 100011 |
Color Harmonies of #655E4C
Complementary color
Monochromatic Colors of #655E4C
Black with #655E4C
Text Example
Text Example
White with #655E4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655E4C; }
p { color: rgb(101,94,76); }
H1.HeaderClassName
{
color: #655E4C;
}
.AnyTagClassName
{
color: #655E4C;
}
</style>
background-color css
<style>
a { background-color: #655E4C; }
a { background-color: rgb(101,94,76); }
div.DivClassName
{
background-color: #655E4C;
}
.BgClassName
{
background-color: #655E4C;
}
</style>
border-color css
<style>
span { border-color: #655E4C; }
span { border-color: rgb(101,94,76); }
td.TdClassName
{
border-color: #655E4C;
}
.TagClassName
{
border-color: #655E4C;
}
</style>