Shades of Makara #685D50
Tints of Makara #685D50
RGB
CMYK
RGB Variations
Color information
#685D50 (or 0x685D50) is known color: Makara. HEX triplet: 68, 5D and 50. RGB value is (104,93,80). Sum of RGB (Red+Green+Blue) = 104+93+80=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #685D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D50 is #97A2AF. Grayscale: #5E5E5E. Windows color (decimal): -9937584 or 5266792. OLE color: 5266792.
HSL color Cylindrical-coordinate representation of color #685D50: hue angle of 32.5º 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 #685D50 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 80 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.59 |
| HSL | 32.5º | 0.13% | 0.36% | - |
| HSV(B) | 32.5º | 0.23% | 0.41% | - |
| XYZ | 11.07 | 11.35 | 9.2 | - |
| YUV | 94.81 | 119.64 | 134.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 80 | 0 | 0.11 | 0.23 | 0.59 | 32.5 | 0.13 | 0.36 |
| Hex | 68 | 5D | 50 | 0 | B | 17 | 3B | 20 | D | 24 |
| Octal | 150 | 135 | 120 | 0 | 13 | 27 | 73 | 40 | 15 | 44 |
| Binary | 1101000 | 1011101 | 1010000 | 0 | 1011 | 10111 | 111011 | 100000 | 1101 | 100100 |
Color Harmonies of #685D50
Complementary color
Monochromatic Colors of #685D50
Black with #685D50
Text Example
Text Example
White with #685D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D50; }
p { color: rgb(104,93,80); }
H1.HeaderClassName
{
color: #685D50;
}
.AnyTagClassName
{
color: #685D50;
}
</style>
background-color css
<style>
a { background-color: #685D50; }
a { background-color: rgb(104,93,80); }
div.DivClassName
{
background-color: #685D50;
}
.BgClassName
{
background-color: #685D50;
}
</style>
border-color css
<style>
span { border-color: #685D50; }
span { border-color: rgb(104,93,80); }
td.TdClassName
{
border-color: #685D50;
}
.TagClassName
{
border-color: #685D50;
}
</style>