Shades of Siam #68695E
Tints of Siam #68695E
RGB
CMYK
RGB Variations
Color information
#68695E (or 0x68695E) is known color: Siam. HEX triplet: 68, 69 and 5E. RGB value is (104,105,94). Sum of RGB (Red+Green+Blue) = 104+105+94=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 105 (41.41% from 255 or 34.65% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 105 - color contains mainly: green. Hex color #68695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68695E is #9796A1. Grayscale: #676767. Windows color (decimal): -9934498 or 6187368. OLE color: 6187368.
HSL color Cylindrical-coordinate representation of color #68695E: hue angle of 65.45º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #68695E is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 94 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.59 |
| HSL | 65.45º | 0.06% | 0.39% | - |
| HSV(B) | 65.45º | 0.1% | 0.41% | - |
| XYZ | 12.78 | 13.85 | 12.59 | - |
| YUV | 103.45 | 122.67 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 94 | 0.01 | 0 | 0.10 | 0.59 | 65.45 | 0.06 | 0.39 |
| Hex | 68 | 69 | 5E | 1 | 0 | A | 3B | 41 | 6 | 27 |
| Octal | 150 | 151 | 136 | 1 | 0 | 12 | 73 | 101 | 6 | 47 |
| Binary | 1101000 | 1101001 | 1011110 | 1 | 0 | 1010 | 111011 | 1000001 | 110 | 100111 |
Color Harmonies of #68695E
Complementary color
Monochromatic Colors of #68695E
Black with #68695E
Text Example
Text Example
White with #68695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68695E; }
p { color: rgb(104,105,94); }
H1.HeaderClassName
{
color: #68695E;
}
.AnyTagClassName
{
color: #68695E;
}
</style>
background-color css
<style>
a { background-color: #68695E; }
a { background-color: rgb(104,105,94); }
div.DivClassName
{
background-color: #68695E;
}
.BgClassName
{
background-color: #68695E;
}
</style>
border-color css
<style>
span { border-color: #68695E; }
span { border-color: rgb(104,105,94); }
td.TdClassName
{
border-color: #68695E;
}
.TagClassName
{
border-color: #68695E;
}
</style>