Shades of Siam #686B59
Tints of Siam #686B59
RGB
CMYK
RGB Variations
Color information
#686B59 (or 0x686B59) is known color: Siam. HEX triplet: 68, 6B and 59. RGB value is (104,107,89). Sum of RGB (Red+Green+Blue) = 104+107+89=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 89 (35.16% from 255 or 29.67% from 300); Max value from RGB is 107 - color contains mainly: green. Hex color #686B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B59 is #9794A6. Grayscale: #686868. Windows color (decimal): -9933991 or 5860200. OLE color: 5860200.
HSL color Cylindrical-coordinate representation of color #686B59: hue angle of 70º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #686B59 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 89 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.58 |
| HSL | 70º | 0.09% | 0.38% | - |
| HSV(B) | 70º | 0.17% | 0.42% | - |
| XYZ | 12.77 | 14.18 | 11.52 | - |
| YUV | 104.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 89 | 0.03 | 0 | 0.17 | 0.58 | 70 | 0.09 | 0.38 |
| Hex | 68 | 6B | 59 | 3 | 0 | 11 | 3A | 46 | 9 | 26 |
| Octal | 150 | 153 | 131 | 3 | 0 | 21 | 72 | 106 | 11 | 46 |
| Binary | 1101000 | 1101011 | 1011001 | 11 | 0 | 10001 | 111010 | 1000110 | 1001 | 100110 |
Color Harmonies of #686B59
Complementary color
Monochromatic Colors of #686B59
Black with #686B59
Text Example
Text Example
White with #686B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B59; }
p { color: rgb(104,107,89); }
H1.HeaderClassName
{
color: #686B59;
}
.AnyTagClassName
{
color: #686B59;
}
</style>
background-color css
<style>
a { background-color: #686B59; }
a { background-color: rgb(104,107,89); }
div.DivClassName
{
background-color: #686B59;
}
.BgClassName
{
background-color: #686B59;
}
</style>
border-color css
<style>
span { border-color: #686B59; }
span { border-color: rgb(104,107,89); }
td.TdClassName
{
border-color: #686B59;
}
.TagClassName
{
border-color: #686B59;
}
</style>