Shades of Makara #685C48
Tints of Makara #685C48
RGB
CMYK
RGB Variations
Color information
#685C48 (or 0x685C48) is known color: Makara. HEX triplet: 68, 5C and 48. RGB value is (104,92,72). Sum of RGB (Red+Green+Blue) = 104+92+72=268 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.81% from 268); Green value is 92 (36.33% from 255 or 34.33% from 268); Blue value is 72 (28.52% from 255 or 26.87% from 268); Max value from RGB is 104 - color contains mainly: red. Hex color #685C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C48 is #97A3B7. Grayscale: #5D5D5D. Windows color (decimal): -9937848 or 4742248. OLE color: 4742248.
HSL color Cylindrical-coordinate representation of color #685C48: hue angle of 37.5º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #685C48 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 72 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.59 |
| HSL | 37.5º | 0.18% | 0.35% | - |
| HSV(B) | 37.5º | 0.31% | 0.41% | - |
| XYZ | 10.71 | 11.07 | 7.7 | - |
| YUV | 93.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 72 | 0 | 0.12 | 0.31 | 0.59 | 37.5 | 0.18 | 0.35 |
| Hex | 68 | 5C | 48 | 0 | C | 1F | 3B | 26 | 12 | 23 |
| Octal | 150 | 134 | 110 | 0 | 14 | 37 | 73 | 46 | 22 | 43 |
| Binary | 1101000 | 1011100 | 1001000 | 0 | 1100 | 11111 | 111011 | 100110 | 10010 | 100011 |
Color Harmonies of #685C48
Complementary color
Monochromatic Colors of #685C48
Black with #685C48
Text Example
Text Example
White with #685C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C48; }
p { color: rgb(104,92,72); }
H1.HeaderClassName
{
color: #685C48;
}
.AnyTagClassName
{
color: #685C48;
}
</style>
background-color css
<style>
a { background-color: #685C48; }
a { background-color: rgb(104,92,72); }
div.DivClassName
{
background-color: #685C48;
}
.BgClassName
{
background-color: #685C48;
}
</style>
border-color css
<style>
span { border-color: #685C48; }
span { border-color: rgb(104,92,72); }
td.TdClassName
{
border-color: #685C48;
}
.TagClassName
{
border-color: #685C48;
}
</style>