Shades of Siam #686C52
Tints of Siam #686C52
RGB
CMYK
RGB Variations
Color information
#686C52 (or 0x686C52) is known color: Siam. HEX triplet: 68, 6C and 52. RGB value is (104,108,82). Sum of RGB (Red+Green+Blue) = 104+108+82=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 108 - color contains mainly: green. Hex color #686C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C52 is #9793AD. Grayscale: #676767. Windows color (decimal): -9933742 or 5401704. OLE color: 5401704.
HSL color Cylindrical-coordinate representation of color #686C52: hue angle of 69.23º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686C52 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 82 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.58 |
| HSL | 69.23º | 0.14% | 0.37% | - |
| HSV(B) | 69.23º | 0.24% | 0.42% | - |
| XYZ | 12.59 | 14.28 | 10.07 | - |
| YUV | 103.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 82 | 0.04 | 0 | 0.24 | 0.58 | 69.23 | 0.14 | 0.37 |
| Hex | 68 | 6C | 52 | 4 | 0 | 18 | 3A | 45 | E | 25 |
| Octal | 150 | 154 | 122 | 4 | 0 | 30 | 72 | 105 | 16 | 45 |
| Binary | 1101000 | 1101100 | 1010010 | 100 | 0 | 11000 | 111010 | 1000101 | 1110 | 100101 |
Color Harmonies of #686C52
Complementary color
Monochromatic Colors of #686C52
Black with #686C52
Text Example
Text Example
White with #686C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C52; }
p { color: rgb(104,108,82); }
H1.HeaderClassName
{
color: #686C52;
}
.AnyTagClassName
{
color: #686C52;
}
</style>
background-color css
<style>
a { background-color: #686C52; }
a { background-color: rgb(104,108,82); }
div.DivClassName
{
background-color: #686C52;
}
.BgClassName
{
background-color: #686C52;
}
</style>
border-color css
<style>
span { border-color: #686C52; }
span { border-color: rgb(104,108,82); }
td.TdClassName
{
border-color: #686C52;
}
.TagClassName
{
border-color: #686C52;
}
</style>