Shades of Siam #686A60
Tints of Siam #686A60
RGB
CMYK
RGB Variations
Color information
#686A60 (or 0x686A60) is known color: Siam. HEX triplet: 68, 6A and 60. RGB value is (104,106,96). Sum of RGB (Red+Green+Blue) = 104+106+96=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 106 (41.80% from 255 or 34.64% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 106 - color contains mainly: green. Hex color #686A60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A60 is #97959F. Grayscale: #686868. Windows color (decimal): -9934240 or 6318696. OLE color: 6318696.
HSL color Cylindrical-coordinate representation of color #686A60: hue angle of 72º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #686A60 is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 106 | 96 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.58 |
| HSL | 72º | 0.05% | 0.4% | - |
| HSV(B) | 72º | 0.09% | 0.42% | - |
| XYZ | 12.97 | 14.1 | 13.1 | - |
| YUV | 104.26 | 123.34 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 96 | 0.02 | 0 | 0.09 | 0.58 | 72 | 0.05 | 0.4 |
| Hex | 68 | 6A | 60 | 2 | 0 | 9 | 3A | 48 | 5 | 28 |
| Octal | 150 | 152 | 140 | 2 | 0 | 11 | 72 | 110 | 5 | 50 |
| Binary | 1101000 | 1101010 | 1100000 | 10 | 0 | 1001 | 111010 | 1001000 | 101 | 101000 |
Color Harmonies of #686A60
Complementary color
Monochromatic Colors of #686A60
Black with #686A60
Text Example
Text Example
White with #686A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A60; }
p { color: rgb(104,106,96); }
H1.HeaderClassName
{
color: #686A60;
}
.AnyTagClassName
{
color: #686A60;
}
</style>
background-color css
<style>
a { background-color: #686A60; }
a { background-color: rgb(104,106,96); }
div.DivClassName
{
background-color: #686A60;
}
.BgClassName
{
background-color: #686A60;
}
</style>
border-color css
<style>
span { border-color: #686A60; }
span { border-color: rgb(104,106,96); }
td.TdClassName
{
border-color: #686A60;
}
.TagClassName
{
border-color: #686A60;
}
</style>