Shades of Siam #686D51
Tints of Siam #686D51
RGB
CMYK
RGB Variations
Color information
#686D51 (or 0x686D51) is known color: Siam. HEX triplet: 68, 6D and 51. RGB value is (104,109,81). Sum of RGB (Red+Green+Blue) = 104+109+81=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #686D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D51 is #9792AE. Grayscale: #686868. Windows color (decimal): -9933487 or 5336424. OLE color: 5336424.
HSL color Cylindrical-coordinate representation of color #686D51: hue angle of 70.71º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686D51 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 81 | - |
| CMYK | 0.05 | 0 | 0.26 | 0.57 |
| HSL | 70.71º | 0.15% | 0.37% | - |
| HSV(B) | 70.71º | 0.26% | 0.43% | - |
| XYZ | 12.66 | 14.47 | 9.91 | - |
| YUV | 104.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 81 | 0.05 | 0 | 0.26 | 0.57 | 70.71 | 0.15 | 0.37 |
| Hex | 68 | 6D | 51 | 5 | 0 | 1A | 39 | 47 | F | 25 |
| Octal | 150 | 155 | 121 | 5 | 0 | 32 | 71 | 107 | 17 | 45 |
| Binary | 1101000 | 1101101 | 1010001 | 101 | 0 | 11010 | 111001 | 1000111 | 1111 | 100101 |
Color Harmonies of #686D51
Complementary color
Monochromatic Colors of #686D51
Black with #686D51
Text Example
Text Example
White with #686D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D51; }
p { color: rgb(104,109,81); }
H1.HeaderClassName
{
color: #686D51;
}
.AnyTagClassName
{
color: #686D51;
}
</style>
background-color css
<style>
a { background-color: #686D51; }
a { background-color: rgb(104,109,81); }
div.DivClassName
{
background-color: #686D51;
}
.BgClassName
{
background-color: #686D51;
}
</style>
border-color css
<style>
span { border-color: #686D51; }
span { border-color: rgb(104,109,81); }
td.TdClassName
{
border-color: #686D51;
}
.TagClassName
{
border-color: #686D51;
}
</style>