Shades of Siam #68724D
Tints of Siam #68724D
RGB
CMYK
RGB Variations
Color information
#68724D (or 0x68724D) is known color: Siam. HEX triplet: 68, 72 and 4D. RGB value is (104,114,77). Sum of RGB (Red+Green+Blue) = 104+114+77=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 114 (44.92% from 255 or 38.64% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 114 - color contains mainly: green. Hex color #68724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68724D is #978DB2. Grayscale: #6A6A6A. Windows color (decimal): -9932211 or 5075560. OLE color: 5075560.
HSL color Cylindrical-coordinate representation of color #68724D: hue angle of 76.22º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68724D is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 114 | 77 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.55 |
| HSL | 76.22º | 0.19% | 0.37% | - |
| HSV(B) | 76.22º | 0.32% | 0.45% | - |
| XYZ | 13.07 | 15.51 | 9.33 | - |
| YUV | 106.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 77 | 0.09 | 0 | 0.32 | 0.55 | 76.22 | 0.19 | 0.37 |
| Hex | 68 | 72 | 4D | 9 | 0 | 20 | 37 | 4C | 13 | 25 |
| Octal | 150 | 162 | 115 | 11 | 0 | 40 | 67 | 114 | 23 | 45 |
| Binary | 1101000 | 1110010 | 1001101 | 1001 | 0 | 100000 | 110111 | 1001100 | 10011 | 100101 |
Color Harmonies of #68724D
Complementary color
Monochromatic Colors of #68724D
Black with #68724D
Text Example
Text Example
White with #68724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68724D; }
p { color: rgb(104,114,77); }
H1.HeaderClassName
{
color: #68724D;
}
.AnyTagClassName
{
color: #68724D;
}
</style>
background-color css
<style>
a { background-color: #68724D; }
a { background-color: rgb(104,114,77); }
div.DivClassName
{
background-color: #68724D;
}
.BgClassName
{
background-color: #68724D;
}
</style>
border-color css
<style>
span { border-color: #68724D; }
span { border-color: rgb(104,114,77); }
td.TdClassName
{
border-color: #68724D;
}
.TagClassName
{
border-color: #68724D;
}
</style>