Shades of Makara #686151
Tints of Makara #686151
RGB
CMYK
RGB Variations
Color information
#686151 (or 0x686151) is known color: Makara. HEX triplet: 68, 61 and 51. RGB value is (104,97,81). Sum of RGB (Red+Green+Blue) = 104+97+81=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 81 (32.03% from 255 or 28.72% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #686151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686151 is #979EAE. Grayscale: #616161. Windows color (decimal): -9936559 or 5333352. OLE color: 5333352.
HSL color Cylindrical-coordinate representation of color #686151: hue angle of 41.74º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686151 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 81 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.59 |
| HSL | 41.74º | 0.12% | 0.36% | - |
| HSV(B) | 41.74º | 0.22% | 0.41% | - |
| XYZ | 11.47 | 12.09 | 9.51 | - |
| YUV | 97.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 81 | 0 | 0.07 | 0.22 | 0.59 | 41.74 | 0.12 | 0.36 |
| Hex | 68 | 61 | 51 | 0 | 7 | 16 | 3B | 2A | C | 24 |
| Octal | 150 | 141 | 121 | 0 | 7 | 26 | 73 | 52 | 14 | 44 |
| Binary | 1101000 | 1100001 | 1010001 | 0 | 111 | 10110 | 111011 | 101010 | 1100 | 100100 |
Color Harmonies of #686151
Complementary color
Monochromatic Colors of #686151
Black with #686151
Text Example
Text Example
White with #686151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686151; }
p { color: rgb(104,97,81); }
H1.HeaderClassName
{
color: #686151;
}
.AnyTagClassName
{
color: #686151;
}
</style>
background-color css
<style>
a { background-color: #686151; }
a { background-color: rgb(104,97,81); }
div.DivClassName
{
background-color: #686151;
}
.BgClassName
{
background-color: #686151;
}
</style>
border-color css
<style>
span { border-color: #686151; }
span { border-color: rgb(104,97,81); }
td.TdClassName
{
border-color: #686151;
}
.TagClassName
{
border-color: #686151;
}
</style>