Shades of Siam #686B4F
Tints of Siam #686B4F
RGB
CMYK
RGB Variations
Color information
#686B4F (or 0x686B4F) is known color: Siam. HEX triplet: 68, 6B and 4F. RGB value is (104,107,79). Sum of RGB (Red+Green+Blue) = 104+107+79=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 107 (42.19% from 255 or 36.90% from 290); Blue value is 79 (31.25% from 255 or 27.24% from 290); Max value from RGB is 107 - color contains mainly: green. Hex color #686B4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B4F is #9794B0. Grayscale: #676767. Windows color (decimal): -9934001 or 5204840. OLE color: 5204840.
HSL color Cylindrical-coordinate representation of color #686B4F: hue angle of 66.43º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #686B4F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 79 | - |
| CMYK | 0.03 | 0 | 0.26 | 0.58 |
| HSL | 66.43º | 0.15% | 0.36% | - |
| HSV(B) | 66.43º | 0.26% | 0.42% | - |
| XYZ | 12.38 | 14.02 | 9.45 | - |
| YUV | 102.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 79 | 0.03 | 0 | 0.26 | 0.58 | 66.43 | 0.15 | 0.36 |
| Hex | 68 | 6B | 4F | 3 | 0 | 1A | 3A | 42 | F | 24 |
| Octal | 150 | 153 | 117 | 3 | 0 | 32 | 72 | 102 | 17 | 44 |
| Binary | 1101000 | 1101011 | 1001111 | 11 | 0 | 11010 | 111010 | 1000010 | 1111 | 100100 |
Color Harmonies of #686B4F
Complementary color
Monochromatic Colors of #686B4F
Black with #686B4F
Text Example
Text Example
White with #686B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B4F; }
p { color: rgb(104,107,79); }
H1.HeaderClassName
{
color: #686B4F;
}
.AnyTagClassName
{
color: #686B4F;
}
</style>
background-color css
<style>
a { background-color: #686B4F; }
a { background-color: rgb(104,107,79); }
div.DivClassName
{
background-color: #686B4F;
}
.BgClassName
{
background-color: #686B4F;
}
</style>
border-color css
<style>
span { border-color: #686B4F; }
span { border-color: rgb(104,107,79); }
td.TdClassName
{
border-color: #686B4F;
}
.TagClassName
{
border-color: #686B4F;
}
</style>