Shades of Siam #686D56
Tints of Siam #686D56
RGB
CMYK
RGB Variations
Color information
#686D56 (or 0x686D56) is known color: Siam. HEX triplet: 68, 6D and 56. RGB value is (104,109,86). Sum of RGB (Red+Green+Blue) = 104+109+86=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 86 (33.98% from 255 or 28.76% from 299); Max value from RGB is 109 - color contains mainly: green. Hex color #686D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D56 is #9792A9. Grayscale: #686868. Windows color (decimal): -9933482 or 5664104. OLE color: 5664104.
HSL color Cylindrical-coordinate representation of color #686D56: hue angle of 73.04º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686D56 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 86 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.57 |
| HSL | 73.04º | 0.12% | 0.38% | - |
| HSV(B) | 73.04º | 0.21% | 0.43% | - |
| XYZ | 12.86 | 14.55 | 10.94 | - |
| YUV | 104.88 | 117.34 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 86 | 0.05 | 0 | 0.21 | 0.57 | 73.04 | 0.12 | 0.38 |
| Hex | 68 | 6D | 56 | 5 | 0 | 15 | 39 | 49 | C | 26 |
| Octal | 150 | 155 | 126 | 5 | 0 | 25 | 71 | 111 | 14 | 46 |
| Binary | 1101000 | 1101101 | 1010110 | 101 | 0 | 10101 | 111001 | 1001001 | 1100 | 100110 |
Color Harmonies of #686D56
Complementary color
Monochromatic Colors of #686D56
Black with #686D56
Text Example
Text Example
White with #686D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D56; }
p { color: rgb(104,109,86); }
H1.HeaderClassName
{
color: #686D56;
}
.AnyTagClassName
{
color: #686D56;
}
</style>
background-color css
<style>
a { background-color: #686D56; }
a { background-color: rgb(104,109,86); }
div.DivClassName
{
background-color: #686D56;
}
.BgClassName
{
background-color: #686D56;
}
</style>
border-color css
<style>
span { border-color: #686D56; }
span { border-color: rgb(104,109,86); }
td.TdClassName
{
border-color: #686D56;
}
.TagClassName
{
border-color: #686D56;
}
</style>