Shades of Siam #686A50
Tints of Siam #686A50
RGB
CMYK
RGB Variations
Color information
#686A50 (or 0x686A50) is known color: Siam. HEX triplet: 68, 6A and 50. RGB value is (104,106,80). Sum of RGB (Red+Green+Blue) = 104+106+80=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 106 - color contains mainly: green. Hex color #686A50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A50 is #9795AF. Grayscale: #666666. Windows color (decimal): -9934256 or 5270120. OLE color: 5270120.
HSL color Cylindrical-coordinate representation of color #686A50: hue angle of 64.62º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #686A50 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 106 | 80 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.58 |
| HSL | 64.62º | 0.14% | 0.36% | - |
| HSV(B) | 64.62º | 0.25% | 0.42% | - |
| XYZ | 12.31 | 13.83 | 9.61 | - |
| YUV | 102.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 80 | 0.02 | 0 | 0.25 | 0.58 | 64.62 | 0.14 | 0.36 |
| Hex | 68 | 6A | 50 | 2 | 0 | 19 | 3A | 41 | E | 24 |
| Octal | 150 | 152 | 120 | 2 | 0 | 31 | 72 | 101 | 16 | 44 |
| Binary | 1101000 | 1101010 | 1010000 | 10 | 0 | 11001 | 111010 | 1000001 | 1110 | 100100 |
Color Harmonies of #686A50
Complementary color
Monochromatic Colors of #686A50
Black with #686A50
Text Example
Text Example
White with #686A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A50; }
p { color: rgb(104,106,80); }
H1.HeaderClassName
{
color: #686A50;
}
.AnyTagClassName
{
color: #686A50;
}
</style>
background-color css
<style>
a { background-color: #686A50; }
a { background-color: rgb(104,106,80); }
div.DivClassName
{
background-color: #686A50;
}
.BgClassName
{
background-color: #686A50;
}
</style>
border-color css
<style>
span { border-color: #686A50; }
span { border-color: rgb(104,106,80); }
td.TdClassName
{
border-color: #686A50;
}
.TagClassName
{
border-color: #686A50;
}
</style>