Shades of Makara #686159
Tints of Makara #686159
RGB
CMYK
RGB Variations
Color information
#686159 (or 0x686159) is known color: Makara. HEX triplet: 68, 61 and 59. RGB value is (104,97,89). Sum of RGB (Red+Green+Blue) = 104+97+89=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 97 (38.28% from 255 or 33.45% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 104 - color contains mainly: red. Hex color #686159 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686159 is #979EA6. Grayscale: #626262. Windows color (decimal): -9936551 or 5857640. OLE color: 5857640.
HSL color Cylindrical-coordinate representation of color #686159: hue angle of 32º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #686159 is Cyan = 0, Magento = 0.07, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 89 | - |
| CMYK | 0 | 0.07 | 0.14 | 0.59 |
| HSL | 32º | 0.08% | 0.38% | - |
| HSV(B) | 32º | 0.14% | 0.41% | - |
| XYZ | 11.79 | 12.21 | 11.19 | - |
| YUV | 98.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 89 | 0 | 0.07 | 0.14 | 0.59 | 32 | 0.08 | 0.38 |
| Hex | 68 | 61 | 59 | 0 | 7 | E | 3B | 20 | 8 | 26 |
| Octal | 150 | 141 | 131 | 0 | 7 | 16 | 73 | 40 | 10 | 46 |
| Binary | 1101000 | 1100001 | 1011001 | 0 | 111 | 1110 | 111011 | 100000 | 1000 | 100110 |
Color Harmonies of #686159
Complementary color
Monochromatic Colors of #686159
Black with #686159
Text Example
Text Example
White with #686159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686159; }
p { color: rgb(104,97,89); }
H1.HeaderClassName
{
color: #686159;
}
.AnyTagClassName
{
color: #686159;
}
</style>
background-color css
<style>
a { background-color: #686159; }
a { background-color: rgb(104,97,89); }
div.DivClassName
{
background-color: #686159;
}
.BgClassName
{
background-color: #686159;
}
</style>
border-color css
<style>
span { border-color: #686159; }
span { border-color: rgb(104,97,89); }
td.TdClassName
{
border-color: #686159;
}
.TagClassName
{
border-color: #686159;
}
</style>