Shades of Makara #686154
Tints of Makara #686154
RGB
CMYK
RGB Variations
Color information
#686154 (or 0x686154) is known color: Makara. HEX triplet: 68, 61 and 54. RGB value is (104,97,84). Sum of RGB (Red+Green+Blue) = 104+97+84=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 97 (38.28% from 255 or 34.04% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #686154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686154 is #979EAB. Grayscale: #616161. Windows color (decimal): -9936556 or 5529960. OLE color: 5529960.
HSL color Cylindrical-coordinate representation of color #686154: hue angle of 39º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #686154 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 84 | - |
| CMYK | 0 | 0.07 | 0.19 | 0.59 |
| HSL | 39º | 0.11% | 0.37% | - |
| HSV(B) | 39º | 0.19% | 0.41% | - |
| XYZ | 11.58 | 12.13 | 10.12 | - |
| YUV | 97.61 | 120.32 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 84 | 0 | 0.07 | 0.19 | 0.59 | 39 | 0.11 | 0.37 |
| Hex | 68 | 61 | 54 | 0 | 7 | 13 | 3B | 27 | B | 25 |
| Octal | 150 | 141 | 124 | 0 | 7 | 23 | 73 | 47 | 13 | 45 |
| Binary | 1101000 | 1100001 | 1010100 | 0 | 111 | 10011 | 111011 | 100111 | 1011 | 100101 |
Color Harmonies of #686154
Complementary color
Monochromatic Colors of #686154
Black with #686154
Text Example
Text Example
White with #686154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686154; }
p { color: rgb(104,97,84); }
H1.HeaderClassName
{
color: #686154;
}
.AnyTagClassName
{
color: #686154;
}
</style>
background-color css
<style>
a { background-color: #686154; }
a { background-color: rgb(104,97,84); }
div.DivClassName
{
background-color: #686154;
}
.BgClassName
{
background-color: #686154;
}
</style>
border-color css
<style>
span { border-color: #686154; }
span { border-color: rgb(104,97,84); }
td.TdClassName
{
border-color: #686154;
}
.TagClassName
{
border-color: #686154;
}
</style>