Shades of Makara #685F55
Tints of Makara #685F55
RGB
CMYK
RGB Variations
Color information
#685F55 (or 0x685F55) is known color: Makara. HEX triplet: 68, 5F and 55. RGB value is (104,95,85). Sum of RGB (Red+Green+Blue) = 104+95+85=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F55 is #97A0AA. Grayscale: #606060. Windows color (decimal): -9937067 or 5594984. OLE color: 5594984.
HSL color Cylindrical-coordinate representation of color #685F55: hue angle of 31.58º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #685F55 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 95 | 85 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.59 |
| HSL | 31.58º | 0.1% | 0.37% | - |
| HSV(B) | 31.58º | 0.18% | 0.41% | - |
| XYZ | 11.44 | 11.78 | 10.27 | - |
| YUV | 96.55 | 121.48 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 85 | 0 | 0.09 | 0.18 | 0.59 | 31.58 | 0.1 | 0.37 |
| Hex | 68 | 5F | 55 | 0 | 9 | 12 | 3B | 20 | A | 25 |
| Octal | 150 | 137 | 125 | 0 | 11 | 22 | 73 | 40 | 12 | 45 |
| Binary | 1101000 | 1011111 | 1010101 | 0 | 1001 | 10010 | 111011 | 100000 | 1010 | 100101 |
Color Harmonies of #685F55
Complementary color
Monochromatic Colors of #685F55
Black with #685F55
Text Example
Text Example
White with #685F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F55; }
p { color: rgb(104,95,85); }
H1.HeaderClassName
{
color: #685F55;
}
.AnyTagClassName
{
color: #685F55;
}
</style>
background-color css
<style>
a { background-color: #685F55; }
a { background-color: rgb(104,95,85); }
div.DivClassName
{
background-color: #685F55;
}
.BgClassName
{
background-color: #685F55;
}
</style>
border-color css
<style>
span { border-color: #685F55; }
span { border-color: rgb(104,95,85); }
td.TdClassName
{
border-color: #685F55;
}
.TagClassName
{
border-color: #685F55;
}
</style>