Shades of Makara #685F50
Tints of Makara #685F50
RGB
CMYK
RGB Variations
Color information
#685F50 (or 0x685F50) is known color: Makara. HEX triplet: 68, 5F and 50. RGB value is (104,95,80). Sum of RGB (Red+Green+Blue) = 104+95+80=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #685F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F50 is #97A0AF. Grayscale: #606060. Windows color (decimal): -9937072 or 5267304. OLE color: 5267304.
HSL color Cylindrical-coordinate representation of color #685F50: hue angle of 37.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 #685F50 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 95 | 80 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.59 |
| HSL | 37.5º | 0.13% | 0.36% | - |
| HSV(B) | 37.5º | 0.23% | 0.41% | - |
| XYZ | 11.25 | 11.71 | 9.26 | - |
| YUV | 95.98 | 118.98 | 133.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 80 | 0 | 0.09 | 0.23 | 0.59 | 37.5 | 0.13 | 0.36 |
| Hex | 68 | 5F | 50 | 0 | 9 | 17 | 3B | 26 | D | 24 |
| Octal | 150 | 137 | 120 | 0 | 11 | 27 | 73 | 46 | 15 | 44 |
| Binary | 1101000 | 1011111 | 1010000 | 0 | 1001 | 10111 | 111011 | 100110 | 1101 | 100100 |
Color Harmonies of #685F50
Complementary color
Monochromatic Colors of #685F50
Black with #685F50
Text Example
Text Example
White with #685F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F50; }
p { color: rgb(104,95,80); }
H1.HeaderClassName
{
color: #685F50;
}
.AnyTagClassName
{
color: #685F50;
}
</style>
background-color css
<style>
a { background-color: #685F50; }
a { background-color: rgb(104,95,80); }
div.DivClassName
{
background-color: #685F50;
}
.BgClassName
{
background-color: #685F50;
}
</style>
border-color css
<style>
span { border-color: #685F50; }
span { border-color: rgb(104,95,80); }
td.TdClassName
{
border-color: #685F50;
}
.TagClassName
{
border-color: #685F50;
}
</style>