Shades of Siam #686C54
Tints of Siam #686C54
RGB
CMYK
RGB Variations
Color information
#686C54 (or 0x686C54) is known color: Siam. HEX triplet: 68, 6C and 54. RGB value is (104,108,84). Sum of RGB (Red+Green+Blue) = 104+108+84=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 84 (33.20% from 255 or 28.38% from 296); Max value from RGB is 108 - color contains mainly: green. Hex color #686C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C54 is #9793AB. Grayscale: #686868. Windows color (decimal): -9933740 or 5532776. OLE color: 5532776.
HSL color Cylindrical-coordinate representation of color #686C54: hue angle of 70º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686C54 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 84 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.58 |
| HSL | 70º | 0.13% | 0.38% | - |
| HSV(B) | 70º | 0.22% | 0.42% | - |
| XYZ | 12.67 | 14.31 | 10.48 | - |
| YUV | 104.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 84 | 0.04 | 0 | 0.22 | 0.58 | 70 | 0.13 | 0.38 |
| Hex | 68 | 6C | 54 | 4 | 0 | 16 | 3A | 46 | C | 26 |
| Octal | 150 | 154 | 124 | 4 | 0 | 26 | 72 | 106 | 14 | 46 |
| Binary | 1101000 | 1101100 | 1010100 | 100 | 0 | 10110 | 111010 | 1000110 | 1100 | 100110 |
Color Harmonies of #686C54
Complementary color
Monochromatic Colors of #686C54
Black with #686C54
Text Example
Text Example
White with #686C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C54; }
p { color: rgb(104,108,84); }
H1.HeaderClassName
{
color: #686C54;
}
.AnyTagClassName
{
color: #686C54;
}
</style>
background-color css
<style>
a { background-color: #686C54; }
a { background-color: rgb(104,108,84); }
div.DivClassName
{
background-color: #686C54;
}
.BgClassName
{
background-color: #686C54;
}
</style>
border-color css
<style>
span { border-color: #686C54; }
span { border-color: rgb(104,108,84); }
td.TdClassName
{
border-color: #686C54;
}
.TagClassName
{
border-color: #686C54;
}
</style>