Shades of Siam #68704A
Tints of Siam #68704A
RGB
CMYK
RGB Variations
Color information
#68704A (or 0x68704A) is known color: Siam. HEX triplet: 68, 70 and 4A. RGB value is (104,112,74). Sum of RGB (Red+Green+Blue) = 104+112+74=290 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.86% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 112 - color contains mainly: green. Hex color #68704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68704A is #978FB5. Grayscale: #696969. Windows color (decimal): -9932726 or 4878440. OLE color: 4878440.
HSL color Cylindrical-coordinate representation of color #68704A: hue angle of 72.63º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68704A is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 112 | 74 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.56 |
| HSL | 72.63º | 0.2% | 0.36% | - |
| HSV(B) | 72.63º | 0.34% | 0.44% | - |
| XYZ | 12.74 | 15.03 | 8.71 | - |
| YUV | 105.28 | 110.35 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 74 | 0.07 | 0 | 0.34 | 0.56 | 72.63 | 0.2 | 0.36 |
| Hex | 68 | 70 | 4A | 7 | 0 | 22 | 38 | 49 | 14 | 24 |
| Octal | 150 | 160 | 112 | 7 | 0 | 42 | 70 | 111 | 24 | 44 |
| Binary | 1101000 | 1110000 | 1001010 | 111 | 0 | 100010 | 111000 | 1001001 | 10100 | 100100 |
Color Harmonies of #68704A
Complementary color
Monochromatic Colors of #68704A
Black with #68704A
Text Example
Text Example
White with #68704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68704A; }
p { color: rgb(104,112,74); }
H1.HeaderClassName
{
color: #68704A;
}
.AnyTagClassName
{
color: #68704A;
}
</style>
background-color css
<style>
a { background-color: #68704A; }
a { background-color: rgb(104,112,74); }
div.DivClassName
{
background-color: #68704A;
}
.BgClassName
{
background-color: #68704A;
}
</style>
border-color css
<style>
span { border-color: #68704A; }
span { border-color: rgb(104,112,74); }
td.TdClassName
{
border-color: #68704A;
}
.TagClassName
{
border-color: #68704A;
}
</style>