Shades of Siam #686950
Tints of Siam #686950
RGB
CMYK
RGB Variations
Color information
#686950 (or 0x686950) is known color: Siam. HEX triplet: 68, 69 and 50. RGB value is (104,105,80). Sum of RGB (Red+Green+Blue) = 104+105+80=289 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.99% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 105 - color contains mainly: green. Hex color #686950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686950 is #9796AF. Grayscale: #656565. Windows color (decimal): -9934512 or 5269864. OLE color: 5269864.
HSL color Cylindrical-coordinate representation of color #686950: hue angle of 62.4º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #686950 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 80 | - |
| CMYK | 0.01 | 0 | 0.24 | 0.59 |
| HSL | 62.4º | 0.14% | 0.36% | - |
| HSV(B) | 62.4º | 0.24% | 0.41% | - |
| XYZ | 12.21 | 13.63 | 9.58 | - |
| YUV | 101.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 80 | 0.01 | 0 | 0.24 | 0.59 | 62.4 | 0.14 | 0.36 |
| Hex | 68 | 69 | 50 | 1 | 0 | 18 | 3B | 3E | E | 24 |
| Octal | 150 | 151 | 120 | 1 | 0 | 30 | 73 | 76 | 16 | 44 |
| Binary | 1101000 | 1101001 | 1010000 | 1 | 0 | 11000 | 111011 | 111110 | 1110 | 100100 |
Color Harmonies of #686950
Complementary color
Monochromatic Colors of #686950
Black with #686950
Text Example
Text Example
White with #686950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686950; }
p { color: rgb(104,105,80); }
H1.HeaderClassName
{
color: #686950;
}
.AnyTagClassName
{
color: #686950;
}
</style>
background-color css
<style>
a { background-color: #686950; }
a { background-color: rgb(104,105,80); }
div.DivClassName
{
background-color: #686950;
}
.BgClassName
{
background-color: #686950;
}
</style>
border-color css
<style>
span { border-color: #686950; }
span { border-color: rgb(104,105,80); }
td.TdClassName
{
border-color: #686950;
}
.TagClassName
{
border-color: #686950;
}
</style>