Shades of Siam #686A5A
Tints of Siam #686A5A
RGB
CMYK
RGB Variations
Color information
#686A5A (or 0x686A5A) is known color: Siam. HEX triplet: 68, 6A and 5A. RGB value is (104,106,90). Sum of RGB (Red+Green+Blue) = 104+106+90=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 106 (41.80% from 255 or 35.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 106 - color contains mainly: green. Hex color #686A5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686A5A is #9795A5. Grayscale: #676767. Windows color (decimal): -9934246 or 5925480. OLE color: 5925480.
HSL color Cylindrical-coordinate representation of color #686A5A: hue angle of 67.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #686A5A is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 106 | 90 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.58 |
| HSL | 67.5º | 0.08% | 0.38% | - |
| HSV(B) | 67.5º | 0.15% | 0.42% | - |
| XYZ | 12.71 | 13.99 | 11.7 | - |
| YUV | 103.58 | 120.34 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 106 | 90 | 0.02 | 0 | 0.15 | 0.58 | 67.5 | 0.08 | 0.38 |
| Hex | 68 | 6A | 5A | 2 | 0 | F | 3A | 44 | 8 | 26 |
| Octal | 150 | 152 | 132 | 2 | 0 | 17 | 72 | 104 | 10 | 46 |
| Binary | 1101000 | 1101010 | 1011010 | 10 | 0 | 1111 | 111010 | 1000100 | 1000 | 100110 |
Color Harmonies of #686A5A
Complementary color
Monochromatic Colors of #686A5A
Black with #686A5A
Text Example
Text Example
White with #686A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686A5A; }
p { color: rgb(104,106,90); }
H1.HeaderClassName
{
color: #686A5A;
}
.AnyTagClassName
{
color: #686A5A;
}
</style>
background-color css
<style>
a { background-color: #686A5A; }
a { background-color: rgb(104,106,90); }
div.DivClassName
{
background-color: #686A5A;
}
.BgClassName
{
background-color: #686A5A;
}
</style>
border-color css
<style>
span { border-color: #686A5A; }
span { border-color: rgb(104,106,90); }
td.TdClassName
{
border-color: #686A5A;
}
.TagClassName
{
border-color: #686A5A;
}
</style>