Shades of Siam #68744C
Tints of Siam #68744C
RGB
CMYK
RGB Variations
Color information
#68744C (or 0x68744C) is known color: Siam. HEX triplet: 68, 74 and 4C. RGB value is (104,116,76). Sum of RGB (Red+Green+Blue) = 104+116+76=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 116 (45.70% from 255 or 39.19% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 116 - color contains mainly: green. Hex color #68744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68744C is #978BB3. Grayscale: #6C6C6C. Windows color (decimal): -9931700 or 5010536. OLE color: 5010536.
HSL color Cylindrical-coordinate representation of color #68744C: hue angle of 78º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #68744C is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 116 | 76 | - |
| CMYK | 0.10 | 0 | 0.34 | 0.55 |
| HSL | 78º | 0.21% | 0.38% | - |
| HSV(B) | 78º | 0.34% | 0.45% | - |
| XYZ | 13.26 | 15.96 | 9.22 | - |
| YUV | 107.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 76 | 0.10 | 0 | 0.34 | 0.55 | 78 | 0.21 | 0.38 |
| Hex | 68 | 74 | 4C | A | 0 | 22 | 37 | 4E | 15 | 26 |
| Octal | 150 | 164 | 114 | 12 | 0 | 42 | 67 | 116 | 25 | 46 |
| Binary | 1101000 | 1110100 | 1001100 | 1010 | 0 | 100010 | 110111 | 1001110 | 10101 | 100110 |
Color Harmonies of #68744C
Complementary color
Monochromatic Colors of #68744C
Black with #68744C
Text Example
Text Example
White with #68744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68744C; }
p { color: rgb(104,116,76); }
H1.HeaderClassName
{
color: #68744C;
}
.AnyTagClassName
{
color: #68744C;
}
</style>
background-color css
<style>
a { background-color: #68744C; }
a { background-color: rgb(104,116,76); }
div.DivClassName
{
background-color: #68744C;
}
.BgClassName
{
background-color: #68744C;
}
</style>
border-color css
<style>
span { border-color: #68744C; }
span { border-color: rgb(104,116,76); }
td.TdClassName
{
border-color: #68744C;
}
.TagClassName
{
border-color: #68744C;
}
</style>