Shades of Makara #685C4E
Tints of Makara #685C4E
RGB
CMYK
RGB Variations
Color information
#685C4E (or 0x685C4E) is known color: Makara. HEX triplet: 68, 5C and 4E. RGB value is (104,92,78). Sum of RGB (Red+Green+Blue) = 104+92+78=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 78 (30.86% from 255 or 28.47% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #685C4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C4E is #97A3B1. Grayscale: #5E5E5E. Windows color (decimal): -9937842 or 5135464. OLE color: 5135464.
HSL color Cylindrical-coordinate representation of color #685C4E: hue angle of 32.31º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #685C4E is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 78 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.59 |
| HSL | 32.31º | 0.14% | 0.36% | - |
| HSV(B) | 32.31º | 0.25% | 0.41% | - |
| XYZ | 10.91 | 11.15 | 8.78 | - |
| YUV | 93.99 | 118.98 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 78 | 0 | 0.12 | 0.25 | 0.59 | 32.31 | 0.14 | 0.36 |
| Hex | 68 | 5C | 4E | 0 | C | 19 | 3B | 20 | E | 24 |
| Octal | 150 | 134 | 116 | 0 | 14 | 31 | 73 | 40 | 16 | 44 |
| Binary | 1101000 | 1011100 | 1001110 | 0 | 1100 | 11001 | 111011 | 100000 | 1110 | 100100 |
Color Harmonies of #685C4E
Complementary color
Monochromatic Colors of #685C4E
Black with #685C4E
Text Example
Text Example
White with #685C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C4E; }
p { color: rgb(104,92,78); }
H1.HeaderClassName
{
color: #685C4E;
}
.AnyTagClassName
{
color: #685C4E;
}
</style>
background-color css
<style>
a { background-color: #685C4E; }
a { background-color: rgb(104,92,78); }
div.DivClassName
{
background-color: #685C4E;
}
.BgClassName
{
background-color: #685C4E;
}
</style>
border-color css
<style>
span { border-color: #685C4E; }
span { border-color: rgb(104,92,78); }
td.TdClassName
{
border-color: #685C4E;
}
.TagClassName
{
border-color: #685C4E;
}
</style>