Shades of Siam #686F57
Tints of Siam #686F57
RGB
CMYK
RGB Variations
Color information
#686F57 (or 0x686F57) is known color: Siam. HEX triplet: 68, 6F and 57. RGB value is (104,111,87). Sum of RGB (Red+Green+Blue) = 104+111+87=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 111 (43.75% from 255 or 36.75% from 302); Blue value is 87 (34.38% from 255 or 28.81% from 302); Max value from RGB is 111 - color contains mainly: green. Hex color #686F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F57 is #9790A8. Grayscale: #6A6A6A. Windows color (decimal): -9932969 or 5730152. OLE color: 5730152.
HSL color Cylindrical-coordinate representation of color #686F57: hue angle of 77.5º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #686F57 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 87 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.56 |
| HSL | 77.5º | 0.12% | 0.39% | - |
| HSV(B) | 77.5º | 0.22% | 0.44% | - |
| XYZ | 13.11 | 15 | 11.22 | - |
| YUV | 106.17 | 117.18 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 87 | 0.06 | 0 | 0.22 | 0.56 | 77.5 | 0.12 | 0.39 |
| Hex | 68 | 6F | 57 | 6 | 0 | 16 | 38 | 4E | C | 27 |
| Octal | 150 | 157 | 127 | 6 | 0 | 26 | 70 | 116 | 14 | 47 |
| Binary | 1101000 | 1101111 | 1010111 | 110 | 0 | 10110 | 111000 | 1001110 | 1100 | 100111 |
Color Harmonies of #686F57
Complementary color
Monochromatic Colors of #686F57
Black with #686F57
Text Example
Text Example
White with #686F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F57; }
p { color: rgb(104,111,87); }
H1.HeaderClassName
{
color: #686F57;
}
.AnyTagClassName
{
color: #686F57;
}
</style>
background-color css
<style>
a { background-color: #686F57; }
a { background-color: rgb(104,111,87); }
div.DivClassName
{
background-color: #686F57;
}
.BgClassName
{
background-color: #686F57;
}
</style>
border-color css
<style>
span { border-color: #686F57; }
span { border-color: rgb(104,111,87); }
td.TdClassName
{
border-color: #686F57;
}
.TagClassName
{
border-color: #686F57;
}
</style>