Shades of Siam #68724C
Tints of Siam #68724C
RGB
CMYK
RGB Variations
Color information
#68724C (or 0x68724C) is known color: Siam. HEX triplet: 68, 72 and 4C. RGB value is (104,114,76). Sum of RGB (Red+Green+Blue) = 104+114+76=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 114 (44.92% from 255 or 38.78% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 114 - color contains mainly: green. Hex color #68724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68724C is #978DB3. Grayscale: #6A6A6A. Windows color (decimal): -9932212 or 5010024. OLE color: 5010024.
HSL color Cylindrical-coordinate representation of color #68724C: hue angle of 75.79º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #68724C is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 114 | 76 | - |
| CMYK | 0.09 | 0 | 0.33 | 0.55 |
| HSL | 75.79º | 0.2% | 0.37% | - |
| HSV(B) | 75.79º | 0.33% | 0.45% | - |
| XYZ | 13.03 | 15.5 | 9.14 | - |
| YUV | 106.68 | 110.69 | 126.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 76 | 0.09 | 0 | 0.33 | 0.55 | 75.79 | 0.2 | 0.37 |
| Hex | 68 | 72 | 4C | 9 | 0 | 21 | 37 | 4C | 14 | 25 |
| Octal | 150 | 162 | 114 | 11 | 0 | 41 | 67 | 114 | 24 | 45 |
| Binary | 1101000 | 1110010 | 1001100 | 1001 | 0 | 100001 | 110111 | 1001100 | 10100 | 100101 |
Color Harmonies of #68724C
Complementary color
Monochromatic Colors of #68724C
Black with #68724C
Text Example
Text Example
White with #68724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68724C; }
p { color: rgb(104,114,76); }
H1.HeaderClassName
{
color: #68724C;
}
.AnyTagClassName
{
color: #68724C;
}
</style>
background-color css
<style>
a { background-color: #68724C; }
a { background-color: rgb(104,114,76); }
div.DivClassName
{
background-color: #68724C;
}
.BgClassName
{
background-color: #68724C;
}
</style>
border-color css
<style>
span { border-color: #68724C; }
span { border-color: rgb(104,114,76); }
td.TdClassName
{
border-color: #68724C;
}
.TagClassName
{
border-color: #68724C;
}
</style>