Shades of Siam #686D50
Tints of Siam #686D50
RGB
CMYK
RGB Variations
Color information
#686D50 (or 0x686D50) is known color: Siam. HEX triplet: 68, 6D and 50. RGB value is (104,109,80). Sum of RGB (Red+Green+Blue) = 104+109+80=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 109 (42.97% from 255 or 37.20% from 293); Blue value is 80 (31.64% from 255 or 27.30% from 293); Max value from RGB is 109 - color contains mainly: green. Hex color #686D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D50 is #9792AF. Grayscale: #686868. Windows color (decimal): -9933488 or 5270888. OLE color: 5270888.
HSL color Cylindrical-coordinate representation of color #686D50: hue angle of 70.34º degrees, saturation: 0.15, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #686D50 is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 80 | - |
| CMYK | 0.05 | 0 | 0.27 | 0.57 |
| HSL | 70.34º | 0.15% | 0.37% | - |
| HSV(B) | 70.34º | 0.27% | 0.43% | - |
| XYZ | 12.63 | 14.46 | 9.71 | - |
| YUV | 104.2 | 114.34 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 80 | 0.05 | 0 | 0.27 | 0.57 | 70.34 | 0.15 | 0.37 |
| Hex | 68 | 6D | 50 | 5 | 0 | 1B | 39 | 46 | F | 25 |
| Octal | 150 | 155 | 120 | 5 | 0 | 33 | 71 | 106 | 17 | 45 |
| Binary | 1101000 | 1101101 | 1010000 | 101 | 0 | 11011 | 111001 | 1000110 | 1111 | 100101 |
Color Harmonies of #686D50
Complementary color
Monochromatic Colors of #686D50
Black with #686D50
Text Example
Text Example
White with #686D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D50; }
p { color: rgb(104,109,80); }
H1.HeaderClassName
{
color: #686D50;
}
.AnyTagClassName
{
color: #686D50;
}
</style>
background-color css
<style>
a { background-color: #686D50; }
a { background-color: rgb(104,109,80); }
div.DivClassName
{
background-color: #686D50;
}
.BgClassName
{
background-color: #686D50;
}
</style>
border-color css
<style>
span { border-color: #686D50; }
span { border-color: rgb(104,109,80); }
td.TdClassName
{
border-color: #686D50;
}
.TagClassName
{
border-color: #686D50;
}
</style>