Shades of Siam #68695C
Tints of Siam #68695C
RGB
CMYK
RGB Variations
Color information
#68695C (or 0x68695C) is known color: Siam. HEX triplet: 68, 69 and 5C. RGB value is (104,105,92). Sum of RGB (Red+Green+Blue) = 104+105+92=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 105 - color contains mainly: green. Hex color #68695C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68695C is #9796A3. Grayscale: #676767. Windows color (decimal): -9934500 or 6056296. OLE color: 6056296.
HSL color Cylindrical-coordinate representation of color #68695C: hue angle of 64.62º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #68695C is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 92 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.59 |
| HSL | 64.62º | 0.07% | 0.39% | - |
| HSV(B) | 64.62º | 0.12% | 0.41% | - |
| XYZ | 12.69 | 13.82 | 12.12 | - |
| YUV | 103.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 92 | 0.01 | 0 | 0.12 | 0.59 | 64.62 | 0.07 | 0.39 |
| Hex | 68 | 69 | 5C | 1 | 0 | C | 3B | 41 | 7 | 27 |
| Octal | 150 | 151 | 134 | 1 | 0 | 14 | 73 | 101 | 7 | 47 |
| Binary | 1101000 | 1101001 | 1011100 | 1 | 0 | 1100 | 111011 | 1000001 | 111 | 100111 |
Color Harmonies of #68695C
Complementary color
Monochromatic Colors of #68695C
Black with #68695C
Text Example
Text Example
White with #68695C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68695C; }
p { color: rgb(104,105,92); }
H1.HeaderClassName
{
color: #68695C;
}
.AnyTagClassName
{
color: #68695C;
}
</style>
background-color css
<style>
a { background-color: #68695C; }
a { background-color: rgb(104,105,92); }
div.DivClassName
{
background-color: #68695C;
}
.BgClassName
{
background-color: #68695C;
}
</style>
border-color css
<style>
span { border-color: #68695C; }
span { border-color: rgb(104,105,92); }
td.TdClassName
{
border-color: #68695C;
}
.TagClassName
{
border-color: #68695C;
}
</style>