Shades of Siam #686B5E
Tints of Siam #686B5E
RGB
CMYK
RGB Variations
Color information
#686B5E (or 0x686B5E) is known color: Siam. HEX triplet: 68, 6B and 5E. RGB value is (104,107,94). Sum of RGB (Red+Green+Blue) = 104+107+94=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 107 (42.19% from 255 or 35.08% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 107 - color contains mainly: green. Hex color #686B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B5E is #9794A1. Grayscale: #686868. Windows color (decimal): -9933986 or 6187880. OLE color: 6187880.
HSL color Cylindrical-coordinate representation of color #686B5E: hue angle of 73.85º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #686B5E is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.
Color convert
RGB | 104 | 107 | 94 | - |
CMYK | 0.03 | 0 | 0.12 | 0.58 |
HSL | 73.85º | 0.06% | 0.39% | - |
HSV(B) | 73.85º | 0.12% | 0.42% | - |
XYZ | 12.99 | 14.27 | 12.66 | - |
YUV | 104.62 | 122.01 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 107 | 94 | 0.03 | 0 | 0.12 | 0.58 | 73.85 | 0.06 | 0.39 |
Hex | 68 | 6B | 5E | 3 | 0 | C | 3A | 4A | 6 | 27 |
Octal | 150 | 153 | 136 | 3 | 0 | 14 | 72 | 112 | 6 | 47 |
Binary | 1101000 | 1101011 | 1011110 | 11 | 0 | 1100 | 111010 | 1001010 | 110 | 100111 |
Color Harmonies of #686B5E
Complementary color
Monochromatic Colors of #686B5E
Black with #686B5E
Text Example
Text Example
White with #686B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B5E; }
p { color: rgb(104,107,94); }
H1.HeaderClassName
{
color: #686B5E;
}
.AnyTagClassName
{
color: #686B5E;
}
</style>
background-color css
<style>
a { background-color: #686B5E; }
a { background-color: rgb(104,107,94); }
div.DivClassName
{
background-color: #686B5E;
}
.BgClassName
{
background-color: #686B5E;
}
</style>
border-color css
<style>
span { border-color: #686B5E; }
span { border-color: rgb(104,107,94); }
td.TdClassName
{
border-color: #686B5E;
}
.TagClassName
{
border-color: #686B5E;
}
</style>