Shades of Makara #685E51
Tints of Makara #685E51
RGB
CMYK
RGB Variations
Color information
#685E51 (or 0x685E51) is known color: Makara. HEX triplet: 68, 5E and 51. RGB value is (104,94,81). Sum of RGB (Red+Green+Blue) = 104+94+81=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 81 (32.03% from 255 or 29.03% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685E51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E51 is #97A1AE. Grayscale: #5F5F5F. Windows color (decimal): -9937327 or 5332584. OLE color: 5332584.
HSL color Cylindrical-coordinate representation of color #685E51: hue angle of 33.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685E51 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 81 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.59 |
| HSL | 33.91º | 0.12% | 0.36% | - |
| HSV(B) | 33.91º | 0.22% | 0.41% | - |
| XYZ | 11.2 | 11.54 | 9.42 | - |
| YUV | 95.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 81 | 0 | 0.10 | 0.22 | 0.59 | 33.91 | 0.12 | 0.36 |
| Hex | 68 | 5E | 51 | 0 | A | 16 | 3B | 22 | C | 24 |
| Octal | 150 | 136 | 121 | 0 | 12 | 26 | 73 | 42 | 14 | 44 |
| Binary | 1101000 | 1011110 | 1010001 | 0 | 1010 | 10110 | 111011 | 100010 | 1100 | 100100 |
Color Harmonies of #685E51
Complementary color
Monochromatic Colors of #685E51
Black with #685E51
Text Example
Text Example
White with #685E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E51; }
p { color: rgb(104,94,81); }
H1.HeaderClassName
{
color: #685E51;
}
.AnyTagClassName
{
color: #685E51;
}
</style>
background-color css
<style>
a { background-color: #685E51; }
a { background-color: rgb(104,94,81); }
div.DivClassName
{
background-color: #685E51;
}
.BgClassName
{
background-color: #685E51;
}
</style>
border-color css
<style>
span { border-color: #685E51; }
span { border-color: rgb(104,94,81); }
td.TdClassName
{
border-color: #685E51;
}
.TagClassName
{
border-color: #685E51;
}
</style>