Shades of Makara #686050
Tints of Makara #686050
RGB
CMYK
RGB Variations
Color information
#686050 (or 0x686050) is known color: Makara. HEX triplet: 68, 60 and 50. RGB value is (104,96,80). Sum of RGB (Red+Green+Blue) = 104+96+80=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #686050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686050 is #979FAF. Grayscale: #606060. Windows color (decimal): -9936816 or 5267560. OLE color: 5267560.
HSL color Cylindrical-coordinate representation of color #686050: hue angle of 40º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686050 is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 96 | 80 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.59 |
| HSL | 40º | 0.13% | 0.36% | - |
| HSV(B) | 40º | 0.23% | 0.41% | - |
| XYZ | 11.34 | 11.89 | 9.29 | - |
| YUV | 96.57 | 118.65 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 96 | 80 | 0 | 0.08 | 0.23 | 0.59 | 40 | 0.13 | 0.36 |
| Hex | 68 | 60 | 50 | 0 | 8 | 17 | 3B | 28 | D | 24 |
| Octal | 150 | 140 | 120 | 0 | 10 | 27 | 73 | 50 | 15 | 44 |
| Binary | 1101000 | 1100000 | 1010000 | 0 | 1000 | 10111 | 111011 | 101000 | 1101 | 100100 |
Color Harmonies of #686050
Complementary color
Monochromatic Colors of #686050
Black with #686050
Text Example
Text Example
White with #686050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686050; }
p { color: rgb(104,96,80); }
H1.HeaderClassName
{
color: #686050;
}
.AnyTagClassName
{
color: #686050;
}
</style>
background-color css
<style>
a { background-color: #686050; }
a { background-color: rgb(104,96,80); }
div.DivClassName
{
background-color: #686050;
}
.BgClassName
{
background-color: #686050;
}
</style>
border-color css
<style>
span { border-color: #686050; }
span { border-color: rgb(104,96,80); }
td.TdClassName
{
border-color: #686050;
}
.TagClassName
{
border-color: #686050;
}
</style>