Shades of Makara #685D4C
Tints of Makara #685D4C
RGB
CMYK
RGB Variations
Color information
#685D4C (or 0x685D4C) is known color: Makara. HEX triplet: 68, 5D and 4C. RGB value is (104,93,76). Sum of RGB (Red+Green+Blue) = 104+93+76=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #685D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D4C is #97A2B3. Grayscale: #5E5E5E. Windows color (decimal): -9937588 or 5004648. OLE color: 5004648.
HSL color Cylindrical-coordinate representation of color #685D4C: hue angle of 36.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #685D4C is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 76 | - |
| CMYK | 0 | 0.11 | 0.27 | 0.59 |
| HSL | 36.43º | 0.16% | 0.35% | - |
| HSV(B) | 36.43º | 0.27% | 0.41% | - |
| XYZ | 10.93 | 11.29 | 8.44 | - |
| YUV | 94.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 76 | 0 | 0.11 | 0.27 | 0.59 | 36.43 | 0.16 | 0.35 |
| Hex | 68 | 5D | 4C | 0 | B | 1B | 3B | 24 | 10 | 23 |
| Octal | 150 | 135 | 114 | 0 | 13 | 33 | 73 | 44 | 20 | 43 |
| Binary | 1101000 | 1011101 | 1001100 | 0 | 1011 | 11011 | 111011 | 100100 | 10000 | 100011 |
Color Harmonies of #685D4C
Complementary color
Monochromatic Colors of #685D4C
Black with #685D4C
Text Example
Text Example
White with #685D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D4C; }
p { color: rgb(104,93,76); }
H1.HeaderClassName
{
color: #685D4C;
}
.AnyTagClassName
{
color: #685D4C;
}
</style>
background-color css
<style>
a { background-color: #685D4C; }
a { background-color: rgb(104,93,76); }
div.DivClassName
{
background-color: #685D4C;
}
.BgClassName
{
background-color: #685D4C;
}
</style>
border-color css
<style>
span { border-color: #685D4C; }
span { border-color: rgb(104,93,76); }
td.TdClassName
{
border-color: #685D4C;
}
.TagClassName
{
border-color: #685D4C;
}
</style>