Shades of Siam #68714A
Tints of Siam #68714A
RGB
CMYK
RGB Variations
Color information
#68714A (or 0x68714A) is known color: Siam. HEX triplet: 68, 71 and 4A. RGB value is (104,113,74). Sum of RGB (Red+Green+Blue) = 104+113+74=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 113 - color contains mainly: green. Hex color #68714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68714A is #978EB5. Grayscale: #6A6A6A. Windows color (decimal): -9932470 or 4878696. OLE color: 4878696.
HSL color Cylindrical-coordinate representation of color #68714A: hue angle of 73.85º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68714A is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 113 | 74 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.56 |
| HSL | 73.85º | 0.21% | 0.37% | - |
| HSV(B) | 73.85º | 0.35% | 0.44% | - |
| XYZ | 12.85 | 15.25 | 8.74 | - |
| YUV | 105.86 | 110.02 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 113 | 74 | 0.08 | 0 | 0.35 | 0.56 | 73.85 | 0.21 | 0.37 |
| Hex | 68 | 71 | 4A | 8 | 0 | 23 | 38 | 4A | 15 | 25 |
| Octal | 150 | 161 | 112 | 10 | 0 | 43 | 70 | 112 | 25 | 45 |
| Binary | 1101000 | 1110001 | 1001010 | 1000 | 0 | 100011 | 111000 | 1001010 | 10101 | 100101 |
Color Harmonies of #68714A
Complementary color
Monochromatic Colors of #68714A
Black with #68714A
Text Example
Text Example
White with #68714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68714A; }
p { color: rgb(104,113,74); }
H1.HeaderClassName
{
color: #68714A;
}
.AnyTagClassName
{
color: #68714A;
}
</style>
background-color css
<style>
a { background-color: #68714A; }
a { background-color: rgb(104,113,74); }
div.DivClassName
{
background-color: #68714A;
}
.BgClassName
{
background-color: #68714A;
}
</style>
border-color css
<style>
span { border-color: #68714A; }
span { border-color: rgb(104,113,74); }
td.TdClassName
{
border-color: #68714A;
}
.TagClassName
{
border-color: #68714A;
}
</style>