Shades of Siam #68744E
Tints of Siam #68744E
RGB
CMYK
RGB Variations
Color information
#68744E (or 0x68744E) is known color: Siam. HEX triplet: 68, 74 and 4E. RGB value is (104,116,78). Sum of RGB (Red+Green+Blue) = 104+116+78=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 116 (45.70% from 255 or 38.93% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 116 - color contains mainly: green. Hex color #68744E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68744E is #978BB1. Grayscale: #6C6C6C. Windows color (decimal): -9931698 or 5141608. OLE color: 5141608.
HSL color Cylindrical-coordinate representation of color #68744E: hue angle of 78.95º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68744E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 116 | 78 | - |
| CMYK | 0.10 | 0 | 0.33 | 0.55 |
| HSL | 78.95º | 0.2% | 0.38% | - |
| HSV(B) | 78.95º | 0.33% | 0.45% | - |
| XYZ | 13.33 | 15.98 | 9.59 | - |
| YUV | 108.08 | 111.02 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 78 | 0.10 | 0 | 0.33 | 0.55 | 78.95 | 0.2 | 0.38 |
| Hex | 68 | 74 | 4E | A | 0 | 21 | 37 | 4F | 14 | 26 |
| Octal | 150 | 164 | 116 | 12 | 0 | 41 | 67 | 117 | 24 | 46 |
| Binary | 1101000 | 1110100 | 1001110 | 1010 | 0 | 100001 | 110111 | 1001111 | 10100 | 100110 |
Color Harmonies of #68744E
Complementary color
Monochromatic Colors of #68744E
Black with #68744E
Text Example
Text Example
White with #68744E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68744E; }
p { color: rgb(104,116,78); }
H1.HeaderClassName
{
color: #68744E;
}
.AnyTagClassName
{
color: #68744E;
}
</style>
background-color css
<style>
a { background-color: #68744E; }
a { background-color: rgb(104,116,78); }
div.DivClassName
{
background-color: #68744E;
}
.BgClassName
{
background-color: #68744E;
}
</style>
border-color css
<style>
span { border-color: #68744E; }
span { border-color: rgb(104,116,78); }
td.TdClassName
{
border-color: #68744E;
}
.TagClassName
{
border-color: #68744E;
}
</style>