Shades of Makara #686255
Tints of Makara #686255
RGB
CMYK
RGB Variations
Color information
#686255 (or 0x686255) is known color: Makara. HEX triplet: 68, 62 and 55. RGB value is (104,98,85). Sum of RGB (Red+Green+Blue) = 104+98+85=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 85 (33.59% from 255 or 29.62% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #686255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686255 is #979DAA. Grayscale: #626262. Windows color (decimal): -9936299 or 5595752. OLE color: 5595752.
HSL color Cylindrical-coordinate representation of color #686255: hue angle of 41.05º 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 #686255 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 85 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.59 |
| HSL | 41.05º | 0.1% | 0.37% | - |
| HSV(B) | 41.05º | 0.18% | 0.41% | - |
| XYZ | 11.72 | 12.33 | 10.36 | - |
| YUV | 98.31 | 120.49 | 132.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 85 | 0 | 0.06 | 0.18 | 0.59 | 41.05 | 0.1 | 0.37 |
| Hex | 68 | 62 | 55 | 0 | 6 | 12 | 3B | 29 | A | 25 |
| Octal | 150 | 142 | 125 | 0 | 6 | 22 | 73 | 51 | 12 | 45 |
| Binary | 1101000 | 1100010 | 1010101 | 0 | 110 | 10010 | 111011 | 101001 | 1010 | 100101 |
Color Harmonies of #686255
Complementary color
Monochromatic Colors of #686255
Black with #686255
Text Example
Text Example
White with #686255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686255; }
p { color: rgb(104,98,85); }
H1.HeaderClassName
{
color: #686255;
}
.AnyTagClassName
{
color: #686255;
}
</style>
background-color css
<style>
a { background-color: #686255; }
a { background-color: rgb(104,98,85); }
div.DivClassName
{
background-color: #686255;
}
.BgClassName
{
background-color: #686255;
}
</style>
border-color css
<style>
span { border-color: #686255; }
span { border-color: rgb(104,98,85); }
td.TdClassName
{
border-color: #686255;
}
.TagClassName
{
border-color: #686255;
}
</style>