Shades of Makara #685B47
Tints of Makara #685B47
RGB
CMYK
RGB Variations
Color information
#685B47 (or 0x685B47) is known color: Makara. HEX triplet: 68, 5B and 47. RGB value is (104,91,71). Sum of RGB (Red+Green+Blue) = 104+91+71=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 71 (28.12% from 255 or 26.69% from 266); Max value from RGB is 104 - color contains mainly: red. Hex color #685B47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B47 is #97A4B8. Grayscale: #5C5C5C. Windows color (decimal): -9938105 or 4676456. OLE color: 4676456.
HSL color Cylindrical-coordinate representation of color #685B47: hue angle of 36.36º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #685B47 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 71 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.59 |
| HSL | 36.36º | 0.19% | 0.34% | - |
| HSV(B) | 36.36º | 0.32% | 0.41% | - |
| XYZ | 10.59 | 10.88 | 7.5 | - |
| YUV | 92.61 | 115.81 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 71 | 0 | 0.12 | 0.32 | 0.59 | 36.36 | 0.19 | 0.34 |
| Hex | 68 | 5B | 47 | 0 | C | 20 | 3B | 24 | 13 | 22 |
| Octal | 150 | 133 | 107 | 0 | 14 | 40 | 73 | 44 | 23 | 42 |
| Binary | 1101000 | 1011011 | 1000111 | 0 | 1100 | 100000 | 111011 | 100100 | 10011 | 100010 |
Color Harmonies of #685B47
Complementary color
Monochromatic Colors of #685B47
Black with #685B47
Text Example
Text Example
White with #685B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B47; }
p { color: rgb(104,91,71); }
H1.HeaderClassName
{
color: #685B47;
}
.AnyTagClassName
{
color: #685B47;
}
</style>
background-color css
<style>
a { background-color: #685B47; }
a { background-color: rgb(104,91,71); }
div.DivClassName
{
background-color: #685B47;
}
.BgClassName
{
background-color: #685B47;
}
</style>
border-color css
<style>
span { border-color: #685B47; }
span { border-color: rgb(104,91,71); }
td.TdClassName
{
border-color: #685B47;
}
.TagClassName
{
border-color: #685B47;
}
</style>