Shades of Siam #686E49
Tints of Siam #686E49
RGB
CMYK
RGB Variations
Color information
#686E49 (or 0x686E49) is known color: Siam. HEX triplet: 68, 6E and 49. RGB value is (104,110,73). Sum of RGB (Red+Green+Blue) = 104+110+73=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 110 - color contains mainly: green. Hex color #686E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686E49 is #9791B6. Grayscale: #686868. Windows color (decimal): -9933239 or 4812392. OLE color: 4812392.
HSL color Cylindrical-coordinate representation of color #686E49: hue angle of 69.73º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #686E49 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 73 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.57 |
| HSL | 69.73º | 0.2% | 0.36% | - |
| HSV(B) | 69.73º | 0.34% | 0.43% | - |
| XYZ | 12.49 | 14.58 | 8.46 | - |
| YUV | 103.99 | 110.51 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 73 | 0.05 | 0 | 0.34 | 0.57 | 69.73 | 0.2 | 0.36 |
| Hex | 68 | 6E | 49 | 5 | 0 | 22 | 39 | 46 | 14 | 24 |
| Octal | 150 | 156 | 111 | 5 | 0 | 42 | 71 | 106 | 24 | 44 |
| Binary | 1101000 | 1101110 | 1001001 | 101 | 0 | 100010 | 111001 | 1000110 | 10100 | 100100 |
Color Harmonies of #686E49
Complementary color
Monochromatic Colors of #686E49
Black with #686E49
Text Example
Text Example
White with #686E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E49; }
p { color: rgb(104,110,73); }
H1.HeaderClassName
{
color: #686E49;
}
.AnyTagClassName
{
color: #686E49;
}
</style>
background-color css
<style>
a { background-color: #686E49; }
a { background-color: rgb(104,110,73); }
div.DivClassName
{
background-color: #686E49;
}
.BgClassName
{
background-color: #686E49;
}
</style>
border-color css
<style>
span { border-color: #686E49; }
span { border-color: rgb(104,110,73); }
td.TdClassName
{
border-color: #686E49;
}
.TagClassName
{
border-color: #686E49;
}
</style>