Shades of Siam #686C55
Tints of Siam #686C55
RGB
CMYK
RGB Variations
Color information
#686C55 (or 0x686C55) is known color: Siam. HEX triplet: 68, 6C and 55. RGB value is (104,108,85). Sum of RGB (Red+Green+Blue) = 104+108+85=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 108 - color contains mainly: green. Hex color #686C55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C55 is #9793AA. Grayscale: #686868. Windows color (decimal): -9933739 or 5598312. OLE color: 5598312.
HSL color Cylindrical-coordinate representation of color #686C55: hue angle of 70.43º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #686C55 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 85 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.58 |
| HSL | 70.43º | 0.12% | 0.38% | - |
| HSV(B) | 70.43º | 0.21% | 0.42% | - |
| XYZ | 12.71 | 14.32 | 10.69 | - |
| YUV | 104.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 85 | 0.04 | 0 | 0.21 | 0.58 | 70.43 | 0.12 | 0.38 |
| Hex | 68 | 6C | 55 | 4 | 0 | 15 | 3A | 46 | C | 26 |
| Octal | 150 | 154 | 125 | 4 | 0 | 25 | 72 | 106 | 14 | 46 |
| Binary | 1101000 | 1101100 | 1010101 | 100 | 0 | 10101 | 111010 | 1000110 | 1100 | 100110 |
Color Harmonies of #686C55
Complementary color
Monochromatic Colors of #686C55
Black with #686C55
Text Example
Text Example
White with #686C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C55; }
p { color: rgb(104,108,85); }
H1.HeaderClassName
{
color: #686C55;
}
.AnyTagClassName
{
color: #686C55;
}
</style>
background-color css
<style>
a { background-color: #686C55; }
a { background-color: rgb(104,108,85); }
div.DivClassName
{
background-color: #686C55;
}
.BgClassName
{
background-color: #686C55;
}
</style>
border-color css
<style>
span { border-color: #686C55; }
span { border-color: rgb(104,108,85); }
td.TdClassName
{
border-color: #686C55;
}
.TagClassName
{
border-color: #686C55;
}
</style>