Shades of Siam #686D4B
Tints of Siam #686D4B
RGB
CMYK
RGB Variations
Color information
#686D4B (or 0x686D4B) is known color: Siam. HEX triplet: 68, 6D and 4B. RGB value is (104,109,75). Sum of RGB (Red+Green+Blue) = 104+109+75=288 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.11% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 109 - color contains mainly: green. Hex color #686D4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D4B is #9792B4. Grayscale: #676767. Windows color (decimal): -9933493 or 4943208. OLE color: 4943208.
HSL color Cylindrical-coordinate representation of color #686D4B: hue angle of 68.82º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #686D4B is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 75 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.57 |
| HSL | 68.82º | 0.18% | 0.36% | - |
| HSV(B) | 68.82º | 0.31% | 0.43% | - |
| XYZ | 12.45 | 14.39 | 8.78 | - |
| YUV | 103.63 | 111.84 | 128.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 75 | 0.05 | 0 | 0.31 | 0.57 | 68.82 | 0.18 | 0.36 |
| Hex | 68 | 6D | 4B | 5 | 0 | 1F | 39 | 45 | 12 | 24 |
| Octal | 150 | 155 | 113 | 5 | 0 | 37 | 71 | 105 | 22 | 44 |
| Binary | 1101000 | 1101101 | 1001011 | 101 | 0 | 11111 | 111001 | 1000101 | 10010 | 100100 |
Color Harmonies of #686D4B
Complementary color
Monochromatic Colors of #686D4B
Black with #686D4B
Text Example
Text Example
White with #686D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D4B; }
p { color: rgb(104,109,75); }
H1.HeaderClassName
{
color: #686D4B;
}
.AnyTagClassName
{
color: #686D4B;
}
</style>
background-color css
<style>
a { background-color: #686D4B; }
a { background-color: rgb(104,109,75); }
div.DivClassName
{
background-color: #686D4B;
}
.BgClassName
{
background-color: #686D4B;
}
</style>
border-color css
<style>
span { border-color: #686D4B; }
span { border-color: rgb(104,109,75); }
td.TdClassName
{
border-color: #686D4B;
}
.TagClassName
{
border-color: #686D4B;
}
</style>