Shades of Makara #6A6054
Tints of Makara #6A6054
RGB
CMYK
RGB Variations
Color information
#6A6054 (or 0x6A6054) is known color: Makara. HEX triplet: 6A, 60 and 54. RGB value is (106,96,84). Sum of RGB (Red+Green+Blue) = 106+96+84=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 96 (37.89% from 255 or 33.57% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6054 is #959FAB. Grayscale: #616161. Windows color (decimal): -9805740 or 5529706. OLE color: 5529706.
HSL color Cylindrical-coordinate representation of color #6A6054: hue angle of 32.73º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A6054 is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 96 | 84 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.58 |
| HSL | 32.73º | 0.12% | 0.37% | - |
| HSV(B) | 32.73º | 0.21% | 0.42% | - |
| XYZ | 11.73 | 12.07 | 10.1 | - |
| YUV | 97.62 | 120.31 | 133.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 96 | 84 | 0 | 0.09 | 0.21 | 0.58 | 32.73 | 0.12 | 0.37 |
| Hex | 6A | 60 | 54 | 0 | 9 | 15 | 3A | 21 | C | 25 |
| Octal | 152 | 140 | 124 | 0 | 11 | 25 | 72 | 41 | 14 | 45 |
| Binary | 1101010 | 1100000 | 1010100 | 0 | 1001 | 10101 | 111010 | 100001 | 1100 | 100101 |
Color Harmonies of #6A6054
Complementary color
Monochromatic Colors of #6A6054
Black with #6A6054
Text Example
Text Example
White with #6A6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6054; }
p { color: rgb(106,96,84); }
H1.HeaderClassName
{
color: #6A6054;
}
.AnyTagClassName
{
color: #6A6054;
}
</style>
background-color css
<style>
a { background-color: #6A6054; }
a { background-color: rgb(106,96,84); }
div.DivClassName
{
background-color: #6A6054;
}
.BgClassName
{
background-color: #6A6054;
}
</style>
border-color css
<style>
span { border-color: #6A6054; }
span { border-color: rgb(106,96,84); }
td.TdClassName
{
border-color: #6A6054;
}
.TagClassName
{
border-color: #6A6054;
}
</style>