Shades of Makara #6A614F
Tints of Makara #6A614F
RGB
CMYK
RGB Variations
Color information
#6A614F (or 0x6A614F) is known color: Makara. HEX triplet: 6A, 61 and 4F. RGB value is (106,97,79). Sum of RGB (Red+Green+Blue) = 106+97+79=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A614F is #959EB0. Grayscale: #616161. Windows color (decimal): -9805489 or 5202282. OLE color: 5202282.
HSL color Cylindrical-coordinate representation of color #6A614F: hue angle of 40º degrees, saturation: 0.15, 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 #6A614F is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 97 | 79 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.58 |
| HSL | 40º | 0.15% | 0.36% | - |
| HSV(B) | 40º | 0.25% | 0.42% | - |
| XYZ | 11.63 | 12.18 | 9.13 | - |
| YUV | 97.64 | 117.48 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 97 | 79 | 0 | 0.08 | 0.25 | 0.58 | 40 | 0.15 | 0.36 |
| Hex | 6A | 61 | 4F | 0 | 8 | 19 | 3A | 28 | F | 24 |
| Octal | 152 | 141 | 117 | 0 | 10 | 31 | 72 | 50 | 17 | 44 |
| Binary | 1101010 | 1100001 | 1001111 | 0 | 1000 | 11001 | 111010 | 101000 | 1111 | 100100 |
Color Harmonies of #6A614F
Complementary color
Monochromatic Colors of #6A614F
Black with #6A614F
Text Example
Text Example
White with #6A614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A614F; }
p { color: rgb(106,97,79); }
H1.HeaderClassName
{
color: #6A614F;
}
.AnyTagClassName
{
color: #6A614F;
}
</style>
background-color css
<style>
a { background-color: #6A614F; }
a { background-color: rgb(106,97,79); }
div.DivClassName
{
background-color: #6A614F;
}
.BgClassName
{
background-color: #6A614F;
}
</style>
border-color css
<style>
span { border-color: #6A614F; }
span { border-color: rgb(106,97,79); }
td.TdClassName
{
border-color: #6A614F;
}
.TagClassName
{
border-color: #6A614F;
}
</style>