Shades of Siam #68704C
Tints of Siam #68704C
RGB
CMYK
RGB Variations
Color information
#68704C (or 0x68704C) is known color: Siam. HEX triplet: 68, 70 and 4C. RGB value is (104,112,76). Sum of RGB (Red+Green+Blue) = 104+112+76=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 112 (44.14% from 255 or 38.36% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 112 - color contains mainly: green. Hex color #68704C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68704C is #978FB3. Grayscale: #696969. Windows color (decimal): -9932724 or 5009512. OLE color: 5009512.
HSL color Cylindrical-coordinate representation of color #68704C: hue angle of 73.33º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68704C is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 112 | 76 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.56 |
| HSL | 73.33º | 0.19% | 0.37% | - |
| HSV(B) | 73.33º | 0.32% | 0.44% | - |
| XYZ | 12.81 | 15.05 | 9.07 | - |
| YUV | 105.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 76 | 0.07 | 0 | 0.32 | 0.56 | 73.33 | 0.19 | 0.37 |
| Hex | 68 | 70 | 4C | 7 | 0 | 20 | 38 | 49 | 13 | 25 |
| Octal | 150 | 160 | 114 | 7 | 0 | 40 | 70 | 111 | 23 | 45 |
| Binary | 1101000 | 1110000 | 1001100 | 111 | 0 | 100000 | 111000 | 1001001 | 10011 | 100101 |
Color Harmonies of #68704C
Complementary color
Monochromatic Colors of #68704C
Black with #68704C
Text Example
Text Example
White with #68704C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68704C; }
p { color: rgb(104,112,76); }
H1.HeaderClassName
{
color: #68704C;
}
.AnyTagClassName
{
color: #68704C;
}
</style>
background-color css
<style>
a { background-color: #68704C; }
a { background-color: rgb(104,112,76); }
div.DivClassName
{
background-color: #68704C;
}
.BgClassName
{
background-color: #68704C;
}
</style>
border-color css
<style>
span { border-color: #68704C; }
span { border-color: rgb(104,112,76); }
td.TdClassName
{
border-color: #68704C;
}
.TagClassName
{
border-color: #68704C;
}
</style>