Shades of Makara #6A5E50
Tints of Makara #6A5E50
RGB
CMYK
RGB Variations
Color information
#6A5E50 (or 0x6A5E50) is known color: Makara. HEX triplet: 6A, 5E and 50. RGB value is (106,94,80). Sum of RGB (Red+Green+Blue) = 106+94+80=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5E50 is #95A1AF. Grayscale: #606060. Windows color (decimal): -9806256 or 5267050. OLE color: 5267050.
HSL color Cylindrical-coordinate representation of color #6A5E50: hue angle of 32.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A5E50 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 94 | 80 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.58 |
| HSL | 32.31º | 0.14% | 0.36% | - |
| HSV(B) | 32.31º | 0.25% | 0.42% | - |
| XYZ | 11.39 | 11.65 | 9.24 | - |
| YUV | 95.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 94 | 80 | 0 | 0.11 | 0.25 | 0.58 | 32.31 | 0.14 | 0.36 |
| Hex | 6A | 5E | 50 | 0 | B | 19 | 3A | 20 | E | 24 |
| Octal | 152 | 136 | 120 | 0 | 13 | 31 | 72 | 40 | 16 | 44 |
| Binary | 1101010 | 1011110 | 1010000 | 0 | 1011 | 11001 | 111010 | 100000 | 1110 | 100100 |
Color Harmonies of #6A5E50
Complementary color
Monochromatic Colors of #6A5E50
Black with #6A5E50
Text Example
Text Example
White with #6A5E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A5E50; }
p { color: rgb(106,94,80); }
H1.HeaderClassName
{
color: #6A5E50;
}
.AnyTagClassName
{
color: #6A5E50;
}
</style>
background-color css
<style>
a { background-color: #6A5E50; }
a { background-color: rgb(106,94,80); }
div.DivClassName
{
background-color: #6A5E50;
}
.BgClassName
{
background-color: #6A5E50;
}
</style>
border-color css
<style>
span { border-color: #6A5E50; }
span { border-color: rgb(106,94,80); }
td.TdClassName
{
border-color: #6A5E50;
}
.TagClassName
{
border-color: #6A5E50;
}
</style>