Shades of Siam #68704D
Tints of Siam #68704D
RGB
CMYK
RGB Variations
Color information
#68704D (or 0x68704D) is known color: Siam. HEX triplet: 68, 70 and 4D. RGB value is (104,112,77). Sum of RGB (Red+Green+Blue) = 104+112+77=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 112 (44.14% from 255 or 38.23% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 112 - color contains mainly: green. Hex color #68704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68704D is #978FB2. Grayscale: #696969. Windows color (decimal): -9932723 or 5075048. OLE color: 5075048.
HSL color Cylindrical-coordinate representation of color #68704D: hue angle of 73.71º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68704D is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 112 | 77 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.56 |
| HSL | 73.71º | 0.19% | 0.37% | - |
| HSV(B) | 73.71º | 0.31% | 0.44% | - |
| XYZ | 12.84 | 15.07 | 9.25 | - |
| YUV | 105.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 112 | 77 | 0.07 | 0 | 0.31 | 0.56 | 73.71 | 0.19 | 0.37 |
| Hex | 68 | 70 | 4D | 7 | 0 | 1F | 38 | 4A | 13 | 25 |
| Octal | 150 | 160 | 115 | 7 | 0 | 37 | 70 | 112 | 23 | 45 |
| Binary | 1101000 | 1110000 | 1001101 | 111 | 0 | 11111 | 111000 | 1001010 | 10011 | 100101 |
Color Harmonies of #68704D
Complementary color
Monochromatic Colors of #68704D
Black with #68704D
Text Example
Text Example
White with #68704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68704D; }
p { color: rgb(104,112,77); }
H1.HeaderClassName
{
color: #68704D;
}
.AnyTagClassName
{
color: #68704D;
}
</style>
background-color css
<style>
a { background-color: #68704D; }
a { background-color: rgb(104,112,77); }
div.DivClassName
{
background-color: #68704D;
}
.BgClassName
{
background-color: #68704D;
}
</style>
border-color css
<style>
span { border-color: #68704D; }
span { border-color: rgb(104,112,77); }
td.TdClassName
{
border-color: #68704D;
}
.TagClassName
{
border-color: #68704D;
}
</style>