Shades of Siam #686A5F
Tints of Siam #686A5F
RGB
CMYK
RGB Variations
Color information
#686A5F (or 0x686A5F) is known color: Siam. HEX triplet: 68, 6A and 5F. RGB value is (104,106,95). Sum of RGB (Red+Green+Blue) = 104+106+95=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 106 (41.80% from 255 or 34.75% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 106 - color contains mainly: green. Hex color #686A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A5F is #9795A0. Grayscale: #686868. Windows color (decimal): -9934241 or 6253160. OLE color: 6253160.
HSL color Cylindrical-coordinate representation of color #686A5F: hue angle of 70.91º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686A5F is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 106 | 95 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.58 |
| HSL | 70.91º | 0.05% | 0.39% | - |
| HSV(B) | 70.91º | 0.1% | 0.42% | - |
| XYZ | 12.93 | 14.08 | 12.86 | - |
| YUV | 104.15 | 122.84 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 95 | 0.02 | 0 | 0.10 | 0.58 | 70.91 | 0.05 | 0.39 |
| Hex | 68 | 6A | 5F | 2 | 0 | A | 3A | 47 | 5 | 27 |
| Octal | 150 | 152 | 137 | 2 | 0 | 12 | 72 | 107 | 5 | 47 |
| Binary | 1101000 | 1101010 | 1011111 | 10 | 0 | 1010 | 111010 | 1000111 | 101 | 100111 |
Color Harmonies of #686A5F
Complementary color
Monochromatic Colors of #686A5F
Black with #686A5F
Text Example
Text Example
White with #686A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A5F; }
p { color: rgb(104,106,95); }
H1.HeaderClassName
{
color: #686A5F;
}
.AnyTagClassName
{
color: #686A5F;
}
</style>
background-color css
<style>
a { background-color: #686A5F; }
a { background-color: rgb(104,106,95); }
div.DivClassName
{
background-color: #686A5F;
}
.BgClassName
{
background-color: #686A5F;
}
</style>
border-color css
<style>
span { border-color: #686A5F; }
span { border-color: rgb(104,106,95); }
td.TdClassName
{
border-color: #686A5F;
}
.TagClassName
{
border-color: #686A5F;
}
</style>