Shades of Siam #686F55
Tints of Siam #686F55
RGB
CMYK
RGB Variations
Color information
#686F55 (or 0x686F55) is known color: Siam. HEX triplet: 68, 6F and 55. RGB value is (104,111,85). Sum of RGB (Red+Green+Blue) = 104+111+85=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 111 - color contains mainly: green. Hex color #686F55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F55 is #9790AA. Grayscale: #6A6A6A. Windows color (decimal): -9932971 or 5599080. OLE color: 5599080.
HSL color Cylindrical-coordinate representation of color #686F55: hue angle of 76.15º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #686F55 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 85 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.56 |
| HSL | 76.15º | 0.13% | 0.38% | - |
| HSV(B) | 76.15º | 0.23% | 0.44% | - |
| XYZ | 13.03 | 14.97 | 10.8 | - |
| YUV | 105.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 85 | 0.06 | 0 | 0.23 | 0.56 | 76.15 | 0.13 | 0.38 |
| Hex | 68 | 6F | 55 | 6 | 0 | 17 | 38 | 4C | D | 26 |
| Octal | 150 | 157 | 125 | 6 | 0 | 27 | 70 | 114 | 15 | 46 |
| Binary | 1101000 | 1101111 | 1010101 | 110 | 0 | 10111 | 111000 | 1001100 | 1101 | 100110 |
Color Harmonies of #686F55
Complementary color
Monochromatic Colors of #686F55
Black with #686F55
Text Example
Text Example
White with #686F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F55; }
p { color: rgb(104,111,85); }
H1.HeaderClassName
{
color: #686F55;
}
.AnyTagClassName
{
color: #686F55;
}
</style>
background-color css
<style>
a { background-color: #686F55; }
a { background-color: rgb(104,111,85); }
div.DivClassName
{
background-color: #686F55;
}
.BgClassName
{
background-color: #686F55;
}
</style>
border-color css
<style>
span { border-color: #686F55; }
span { border-color: rgb(104,111,85); }
td.TdClassName
{
border-color: #686F55;
}
.TagClassName
{
border-color: #686F55;
}
</style>