Shades of Siam #686A59
Tints of Siam #686A59
RGB
CMYK
RGB Variations
Color information
#686A59 (or 0x686A59) is known color: Siam. HEX triplet: 68, 6A and 59. RGB value is (104,106,89). Sum of RGB (Red+Green+Blue) = 104+106+89=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 89 (35.16% from 255 or 29.77% from 299); Max value from RGB is 106 - color contains mainly: green. Hex color #686A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A59 is #9795A6. Grayscale: #676767. Windows color (decimal): -9934247 or 5859944. OLE color: 5859944.
HSL color Cylindrical-coordinate representation of color #686A59: hue angle of 67.06º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #686A59 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 106 | 89 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.58 |
| HSL | 67.06º | 0.09% | 0.38% | - |
| HSV(B) | 67.06º | 0.16% | 0.42% | - |
| XYZ | 12.67 | 13.97 | 11.48 | - |
| YUV | 103.46 | 119.84 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 89 | 0.02 | 0 | 0.16 | 0.58 | 67.06 | 0.09 | 0.38 |
| Hex | 68 | 6A | 59 | 2 | 0 | 10 | 3A | 43 | 9 | 26 |
| Octal | 150 | 152 | 131 | 2 | 0 | 20 | 72 | 103 | 11 | 46 |
| Binary | 1101000 | 1101010 | 1011001 | 10 | 0 | 10000 | 111010 | 1000011 | 1001 | 100110 |
Color Harmonies of #686A59
Complementary color
Monochromatic Colors of #686A59
Black with #686A59
Text Example
Text Example
White with #686A59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A59; }
p { color: rgb(104,106,89); }
H1.HeaderClassName
{
color: #686A59;
}
.AnyTagClassName
{
color: #686A59;
}
</style>
background-color css
<style>
a { background-color: #686A59; }
a { background-color: rgb(104,106,89); }
div.DivClassName
{
background-color: #686A59;
}
.BgClassName
{
background-color: #686A59;
}
</style>
border-color css
<style>
span { border-color: #686A59; }
span { border-color: rgb(104,106,89); }
td.TdClassName
{
border-color: #686A59;
}
.TagClassName
{
border-color: #686A59;
}
</style>