Shades of Siam #68724A
Tints of Siam #68724A
RGB
CMYK
RGB Variations
Color information
#68724A (or 0x68724A) is known color: Siam. HEX triplet: 68, 72 and 4A. RGB value is (104,114,74). Sum of RGB (Red+Green+Blue) = 104+114+74=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 114 - color contains mainly: green. Hex color #68724A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68724A is #978DB5. Grayscale: #6A6A6A. Windows color (decimal): -9932214 or 4878952. OLE color: 4878952.
HSL color Cylindrical-coordinate representation of color #68724A: hue angle of 75º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68724A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 114 | 74 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.55 |
| HSL | 75º | 0.21% | 0.37% | - |
| HSV(B) | 75º | 0.35% | 0.45% | - |
| XYZ | 12.96 | 15.47 | 8.78 | - |
| YUV | 106.45 | 109.69 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 114 | 74 | 0.09 | 0 | 0.35 | 0.55 | 75 | 0.21 | 0.37 |
| Hex | 68 | 72 | 4A | 9 | 0 | 23 | 37 | 4B | 15 | 25 |
| Octal | 150 | 162 | 112 | 11 | 0 | 43 | 67 | 113 | 25 | 45 |
| Binary | 1101000 | 1110010 | 1001010 | 1001 | 0 | 100011 | 110111 | 1001011 | 10101 | 100101 |
Color Harmonies of #68724A
Complementary color
Monochromatic Colors of #68724A
Black with #68724A
Text Example
Text Example
White with #68724A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68724A; }
p { color: rgb(104,114,74); }
H1.HeaderClassName
{
color: #68724A;
}
.AnyTagClassName
{
color: #68724A;
}
</style>
background-color css
<style>
a { background-color: #68724A; }
a { background-color: rgb(104,114,74); }
div.DivClassName
{
background-color: #68724A;
}
.BgClassName
{
background-color: #68724A;
}
</style>
border-color css
<style>
span { border-color: #68724A; }
span { border-color: rgb(104,114,74); }
td.TdClassName
{
border-color: #68724A;
}
.TagClassName
{
border-color: #68724A;
}
</style>