Shades of Makara #686256
Tints of Makara #686256
RGB
CMYK
RGB Variations
Color information
#686256 (or 0x686256) is known color: Makara. HEX triplet: 68, 62 and 56. RGB value is (104,98,86). Sum of RGB (Red+Green+Blue) = 104+98+86=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 104 - color contains mainly: red. Hex color #686256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686256 is #979DA9. Grayscale: #626262. Windows color (decimal): -9936298 or 5661288. OLE color: 5661288.
HSL color Cylindrical-coordinate representation of color #686256: hue angle of 40º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #686256 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 86 | - |
| CMYK | 0 | 0.06 | 0.17 | 0.59 |
| HSL | 40º | 0.09% | 0.37% | - |
| HSV(B) | 40º | 0.17% | 0.41% | - |
| XYZ | 11.76 | 12.35 | 10.57 | - |
| YUV | 98.43 | 120.99 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 86 | 0 | 0.06 | 0.17 | 0.59 | 40 | 0.09 | 0.37 |
| Hex | 68 | 62 | 56 | 0 | 6 | 11 | 3B | 28 | 9 | 25 |
| Octal | 150 | 142 | 126 | 0 | 6 | 21 | 73 | 50 | 11 | 45 |
| Binary | 1101000 | 1100010 | 1010110 | 0 | 110 | 10001 | 111011 | 101000 | 1001 | 100101 |
Color Harmonies of #686256
Complementary color
Monochromatic Colors of #686256
Black with #686256
Text Example
Text Example
White with #686256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686256; }
p { color: rgb(104,98,86); }
H1.HeaderClassName
{
color: #686256;
}
.AnyTagClassName
{
color: #686256;
}
</style>
background-color css
<style>
a { background-color: #686256; }
a { background-color: rgb(104,98,86); }
div.DivClassName
{
background-color: #686256;
}
.BgClassName
{
background-color: #686256;
}
</style>
border-color css
<style>
span { border-color: #686256; }
span { border-color: rgb(104,98,86); }
td.TdClassName
{
border-color: #686256;
}
.TagClassName
{
border-color: #686256;
}
</style>