Shades of Makara #6A6251
Tints of Makara #6A6251
RGB
CMYK
RGB Variations
Color information
#6A6251 (or 0x6A6251) is known color: Makara. HEX triplet: 6A, 62 and 51. RGB value is (106,98,81). Sum of RGB (Red+Green+Blue) = 106+98+81=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6251 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6251 is #959DAE. Grayscale: #626262. Windows color (decimal): -9805231 or 5333610. OLE color: 5333610.
HSL color Cylindrical-coordinate representation of color #6A6251: hue angle of 40.8º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A6251 is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 98 | 81 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.58 |
| HSL | 40.8º | 0.13% | 0.37% | - |
| HSV(B) | 40.8º | 0.24% | 0.42% | - |
| XYZ | 11.8 | 12.39 | 9.56 | - |
| YUV | 98.45 | 118.15 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 98 | 81 | 0 | 0.08 | 0.24 | 0.58 | 40.8 | 0.13 | 0.37 |
| Hex | 6A | 62 | 51 | 0 | 8 | 18 | 3A | 29 | D | 25 |
| Octal | 152 | 142 | 121 | 0 | 10 | 30 | 72 | 51 | 15 | 45 |
| Binary | 1101010 | 1100010 | 1010001 | 0 | 1000 | 11000 | 111010 | 101001 | 1101 | 100101 |
Color Harmonies of #6A6251
Complementary color
Monochromatic Colors of #6A6251
Black with #6A6251
Text Example
Text Example
White with #6A6251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6251; }
p { color: rgb(106,98,81); }
H1.HeaderClassName
{
color: #6A6251;
}
.AnyTagClassName
{
color: #6A6251;
}
</style>
background-color css
<style>
a { background-color: #6A6251; }
a { background-color: rgb(106,98,81); }
div.DivClassName
{
background-color: #6A6251;
}
.BgClassName
{
background-color: #6A6251;
}
</style>
border-color css
<style>
span { border-color: #6A6251; }
span { border-color: rgb(106,98,81); }
td.TdClassName
{
border-color: #6A6251;
}
.TagClassName
{
border-color: #6A6251;
}
</style>