Shades of Makara #685E50
Tints of Makara #685E50
RGB
CMYK
RGB Variations
Color information
#685E50 (or 0x685E50) is known color: Makara. HEX triplet: 68, 5E and 50. RGB value is (104,94,80). Sum of RGB (Red+Green+Blue) = 104+94+80=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #685E50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E50 is #97A1AF. Grayscale: #5F5F5F. Windows color (decimal): -9937328 or 5267048. OLE color: 5267048.
HSL color Cylindrical-coordinate representation of color #685E50: hue angle of 35º 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 #685E50 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 80 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.59 |
| HSL | 35º | 0.13% | 0.36% | - |
| HSV(B) | 35º | 0.23% | 0.41% | - |
| XYZ | 11.16 | 11.53 | 9.23 | - |
| YUV | 95.39 | 119.31 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 80 | 0 | 0.10 | 0.23 | 0.59 | 35 | 0.13 | 0.36 |
| Hex | 68 | 5E | 50 | 0 | A | 17 | 3B | 23 | D | 24 |
| Octal | 150 | 136 | 120 | 0 | 12 | 27 | 73 | 43 | 15 | 44 |
| Binary | 1101000 | 1011110 | 1010000 | 0 | 1010 | 10111 | 111011 | 100011 | 1101 | 100100 |
Color Harmonies of #685E50
Complementary color
Monochromatic Colors of #685E50
Black with #685E50
Text Example
Text Example
White with #685E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E50; }
p { color: rgb(104,94,80); }
H1.HeaderClassName
{
color: #685E50;
}
.AnyTagClassName
{
color: #685E50;
}
</style>
background-color css
<style>
a { background-color: #685E50; }
a { background-color: rgb(104,94,80); }
div.DivClassName
{
background-color: #685E50;
}
.BgClassName
{
background-color: #685E50;
}
</style>
border-color css
<style>
span { border-color: #685E50; }
span { border-color: rgb(104,94,80); }
td.TdClassName
{
border-color: #685E50;
}
.TagClassName
{
border-color: #685E50;
}
</style>