Shades of Siam #68734F
Tints of Siam #68734F
RGB
CMYK
RGB Variations
Color information
#68734F (or 0x68734F) is known color: Siam. HEX triplet: 68, 73 and 4F. RGB value is (104,115,79). Sum of RGB (Red+Green+Blue) = 104+115+79=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 115 (45.31% from 255 or 38.59% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 115 - color contains mainly: green. Hex color #68734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68734F is #978CB0. Grayscale: #6B6B6B. Windows color (decimal): -9931953 or 5206888. OLE color: 5206888.
HSL color Cylindrical-coordinate representation of color #68734F: hue angle of 78.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #68734F is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 115 | 79 | - |
| CMYK | 0.10 | 0 | 0.31 | 0.55 |
| HSL | 78.33º | 0.19% | 0.38% | - |
| HSV(B) | 78.33º | 0.31% | 0.45% | - |
| XYZ | 13.25 | 15.77 | 9.74 | - |
| YUV | 107.61 | 111.86 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 115 | 79 | 0.10 | 0 | 0.31 | 0.55 | 78.33 | 0.19 | 0.38 |
| Hex | 68 | 73 | 4F | A | 0 | 1F | 37 | 4E | 13 | 26 |
| Octal | 150 | 163 | 117 | 12 | 0 | 37 | 67 | 116 | 23 | 46 |
| Binary | 1101000 | 1110011 | 1001111 | 1010 | 0 | 11111 | 110111 | 1001110 | 10011 | 100110 |
Color Harmonies of #68734F
Complementary color
Monochromatic Colors of #68734F
Black with #68734F
Text Example
Text Example
White with #68734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68734F; }
p { color: rgb(104,115,79); }
H1.HeaderClassName
{
color: #68734F;
}
.AnyTagClassName
{
color: #68734F;
}
</style>
background-color css
<style>
a { background-color: #68734F; }
a { background-color: rgb(104,115,79); }
div.DivClassName
{
background-color: #68734F;
}
.BgClassName
{
background-color: #68734F;
}
</style>
border-color css
<style>
span { border-color: #68734F; }
span { border-color: rgb(104,115,79); }
td.TdClassName
{
border-color: #68734F;
}
.TagClassName
{
border-color: #68734F;
}
</style>