Shades of Siam #686B56
Tints of Siam #686B56
RGB
CMYK
RGB Variations
Color information
#686B56 (or 0x686B56) is known color: Siam. HEX triplet: 68, 6B and 56. RGB value is (104,107,86). Sum of RGB (Red+Green+Blue) = 104+107+86=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 107 - color contains mainly: green. Hex color #686B56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B56 is #9794A9. Grayscale: #676767. Windows color (decimal): -9933994 or 5663592. OLE color: 5663592.
HSL color Cylindrical-coordinate representation of color #686B56: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #686B56 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 86 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.58 |
| HSL | 68.57º | 0.11% | 0.38% | - |
| HSV(B) | 68.57º | 0.2% | 0.42% | - |
| XYZ | 12.65 | 14.13 | 10.86 | - |
| YUV | 103.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 86 | 0.03 | 0 | 0.20 | 0.58 | 68.57 | 0.11 | 0.38 |
| Hex | 68 | 6B | 56 | 3 | 0 | 14 | 3A | 45 | B | 26 |
| Octal | 150 | 153 | 126 | 3 | 0 | 24 | 72 | 105 | 13 | 46 |
| Binary | 1101000 | 1101011 | 1010110 | 11 | 0 | 10100 | 111010 | 1000101 | 1011 | 100110 |
Color Harmonies of #686B56
Complementary color
Monochromatic Colors of #686B56
Black with #686B56
Text Example
Text Example
White with #686B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B56; }
p { color: rgb(104,107,86); }
H1.HeaderClassName
{
color: #686B56;
}
.AnyTagClassName
{
color: #686B56;
}
</style>
background-color css
<style>
a { background-color: #686B56; }
a { background-color: rgb(104,107,86); }
div.DivClassName
{
background-color: #686B56;
}
.BgClassName
{
background-color: #686B56;
}
</style>
border-color css
<style>
span { border-color: #686B56; }
span { border-color: rgb(104,107,86); }
td.TdClassName
{
border-color: #686B56;
}
.TagClassName
{
border-color: #686B56;
}
</style>