Shades of Siam #686C5C
Tints of Siam #686C5C
RGB
CMYK
RGB Variations
Color information
#686C5C (or 0x686C5C) is known color: Siam. HEX triplet: 68, 6C and 5C. RGB value is (104,108,92). Sum of RGB (Red+Green+Blue) = 104+108+92=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 108 (42.58% from 255 or 35.53% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 108 - color contains mainly: green. Hex color #686C5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686C5C is #9793A3. Grayscale: #696969. Windows color (decimal): -9933732 or 6057064. OLE color: 6057064.
HSL color Cylindrical-coordinate representation of color #686C5C: hue angle of 75º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686C5C is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 108 | 92 | - |
| CMYK | 0.04 | 0 | 0.15 | 0.58 |
| HSL | 75º | 0.08% | 0.39% | - |
| HSV(B) | 75º | 0.15% | 0.42% | - |
| XYZ | 13 | 14.44 | 12.23 | - |
| YUV | 104.98 | 120.67 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 108 | 92 | 0.04 | 0 | 0.15 | 0.58 | 75 | 0.08 | 0.39 |
| Hex | 68 | 6C | 5C | 4 | 0 | F | 3A | 4B | 8 | 27 |
| Octal | 150 | 154 | 134 | 4 | 0 | 17 | 72 | 113 | 10 | 47 |
| Binary | 1101000 | 1101100 | 1011100 | 100 | 0 | 1111 | 111010 | 1001011 | 1000 | 100111 |
Color Harmonies of #686C5C
Complementary color
Monochromatic Colors of #686C5C
Black with #686C5C
Text Example
Text Example
White with #686C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686C5C; }
p { color: rgb(104,108,92); }
H1.HeaderClassName
{
color: #686C5C;
}
.AnyTagClassName
{
color: #686C5C;
}
</style>
background-color css
<style>
a { background-color: #686C5C; }
a { background-color: rgb(104,108,92); }
div.DivClassName
{
background-color: #686C5C;
}
.BgClassName
{
background-color: #686C5C;
}
</style>
border-color css
<style>
span { border-color: #686C5C; }
span { border-color: rgb(104,108,92); }
td.TdClassName
{
border-color: #686C5C;
}
.TagClassName
{
border-color: #686C5C;
}
</style>