Shades of Siam #686D54
Tints of Siam #686D54
RGB
CMYK
RGB Variations
Color information
#686D54 (or 0x686D54) is known color: Siam. HEX triplet: 68, 6D and 54. RGB value is (104,109,84). Sum of RGB (Red+Green+Blue) = 104+109+84=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 109 (42.97% from 255 or 36.70% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 109 - color contains mainly: green. Hex color #686D54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D54 is #9792AB. Grayscale: #686868. Windows color (decimal): -9933484 or 5533032. OLE color: 5533032.
HSL color Cylindrical-coordinate representation of color #686D54: hue angle of 72º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686D54 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 84 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.57 |
| HSL | 72º | 0.13% | 0.38% | - |
| HSV(B) | 72º | 0.23% | 0.43% | - |
| XYZ | 12.78 | 14.52 | 10.52 | - |
| YUV | 104.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 84 | 0.05 | 0 | 0.23 | 0.57 | 72 | 0.13 | 0.38 |
| Hex | 68 | 6D | 54 | 5 | 0 | 17 | 39 | 48 | D | 26 |
| Octal | 150 | 155 | 124 | 5 | 0 | 27 | 71 | 110 | 15 | 46 |
| Binary | 1101000 | 1101101 | 1010100 | 101 | 0 | 10111 | 111001 | 1001000 | 1101 | 100110 |
Color Harmonies of #686D54
Complementary color
Monochromatic Colors of #686D54
Black with #686D54
Text Example
Text Example
White with #686D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D54; }
p { color: rgb(104,109,84); }
H1.HeaderClassName
{
color: #686D54;
}
.AnyTagClassName
{
color: #686D54;
}
</style>
background-color css
<style>
a { background-color: #686D54; }
a { background-color: rgb(104,109,84); }
div.DivClassName
{
background-color: #686D54;
}
.BgClassName
{
background-color: #686D54;
}
</style>
border-color css
<style>
span { border-color: #686D54; }
span { border-color: rgb(104,109,84); }
td.TdClassName
{
border-color: #686D54;
}
.TagClassName
{
border-color: #686D54;
}
</style>