Shades of Siam #68695F
Tints of Siam #68695F
RGB
CMYK
RGB Variations
Color information
#68695F (or 0x68695F) is known color: Siam. HEX triplet: 68, 69 and 5F. RGB value is (104,105,95). Sum of RGB (Red+Green+Blue) = 104+105+95=304 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.21% from 304); Green value is 105 (41.41% from 255 or 34.54% from 304); Blue value is 95 (37.5% from 255 or 31.25% from 304); Max value from RGB is 105 - color contains mainly: green. Hex color #68695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68695F is #9796A0. Grayscale: #676767. Windows color (decimal): -9934497 or 6252904. OLE color: 6252904.
HSL color Cylindrical-coordinate representation of color #68695F: hue angle of 66º degrees, saturation: 0.05, 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 #68695F is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 95 | - |
| CMYK | 0.01 | 0 | 0.10 | 0.59 |
| HSL | 66º | 0.05% | 0.39% | - |
| HSV(B) | 66º | 0.1% | 0.41% | - |
| XYZ | 12.83 | 13.87 | 12.83 | - |
| YUV | 103.56 | 123.17 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 95 | 0.01 | 0 | 0.10 | 0.59 | 66 | 0.05 | 0.39 |
| Hex | 68 | 69 | 5F | 1 | 0 | A | 3B | 42 | 5 | 27 |
| Octal | 150 | 151 | 137 | 1 | 0 | 12 | 73 | 102 | 5 | 47 |
| Binary | 1101000 | 1101001 | 1011111 | 1 | 0 | 1010 | 111011 | 1000010 | 101 | 100111 |
Color Harmonies of #68695F
Complementary color
Monochromatic Colors of #68695F
Black with #68695F
Text Example
Text Example
White with #68695F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68695F; }
p { color: rgb(104,105,95); }
H1.HeaderClassName
{
color: #68695F;
}
.AnyTagClassName
{
color: #68695F;
}
</style>
background-color css
<style>
a { background-color: #68695F; }
a { background-color: rgb(104,105,95); }
div.DivClassName
{
background-color: #68695F;
}
.BgClassName
{
background-color: #68695F;
}
</style>
border-color css
<style>
span { border-color: #68695F; }
span { border-color: rgb(104,105,95); }
td.TdClassName
{
border-color: #68695F;
}
.TagClassName
{
border-color: #68695F;
}
</style>