Shades of Makara #686155
Tints of Makara #686155
RGB
CMYK
RGB Variations
Color information
#686155 (or 0x686155) is known color: Makara. HEX triplet: 68, 61 and 55. RGB value is (104,97,85). Sum of RGB (Red+Green+Blue) = 104+97+85=286 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.36% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 104 - color contains mainly: red. Hex color #686155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686155 is #979EAA. Grayscale: #616161. Windows color (decimal): -9936555 or 5595496. OLE color: 5595496.
HSL color Cylindrical-coordinate representation of color #686155: hue angle of 37.89º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #686155 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 85 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.59 |
| HSL | 37.89º | 0.1% | 0.37% | - |
| HSV(B) | 37.89º | 0.18% | 0.41% | - |
| XYZ | 11.62 | 12.15 | 10.33 | - |
| YUV | 97.73 | 120.82 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 85 | 0 | 0.07 | 0.18 | 0.59 | 37.89 | 0.1 | 0.37 |
| Hex | 68 | 61 | 55 | 0 | 7 | 12 | 3B | 26 | A | 25 |
| Octal | 150 | 141 | 125 | 0 | 7 | 22 | 73 | 46 | 12 | 45 |
| Binary | 1101000 | 1100001 | 1010101 | 0 | 111 | 10010 | 111011 | 100110 | 1010 | 100101 |
Color Harmonies of #686155
Complementary color
Monochromatic Colors of #686155
Black with #686155
Text Example
Text Example
White with #686155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686155; }
p { color: rgb(104,97,85); }
H1.HeaderClassName
{
color: #686155;
}
.AnyTagClassName
{
color: #686155;
}
</style>
background-color css
<style>
a { background-color: #686155; }
a { background-color: rgb(104,97,85); }
div.DivClassName
{
background-color: #686155;
}
.BgClassName
{
background-color: #686155;
}
</style>
border-color css
<style>
span { border-color: #686155; }
span { border-color: rgb(104,97,85); }
td.TdClassName
{
border-color: #686155;
}
.TagClassName
{
border-color: #686155;
}
</style>