Shades of Siam #6A704D
Tints of Siam #6A704D
RGB
CMYK
RGB Variations
Color information
#6A704D (or 0x6A704D) is known color: Siam. HEX triplet: 6A, 70 and 4D. RGB value is (106,112,77). Sum of RGB (Red+Green+Blue) = 106+112+77=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #6A704D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A704D is #958FB2. Grayscale: #6A6A6A. Windows color (decimal): -9801651 or 5075050. OLE color: 5075050.
HSL color Cylindrical-coordinate representation of color #6A704D: hue angle of 70.29º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A704D is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 112 | 77 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.56 |
| HSL | 70.29º | 0.19% | 0.37% | - |
| HSV(B) | 70.29º | 0.31% | 0.44% | - |
| XYZ | 13.08 | 15.19 | 9.26 | - |
| YUV | 106.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 77 | 0.05 | 0 | 0.31 | 0.56 | 70.29 | 0.19 | 0.37 |
| Hex | 6A | 70 | 4D | 5 | 0 | 1F | 38 | 46 | 13 | 25 |
| Octal | 152 | 160 | 115 | 5 | 0 | 37 | 70 | 106 | 23 | 45 |
| Binary | 1101010 | 1110000 | 1001101 | 101 | 0 | 11111 | 111000 | 1000110 | 10011 | 100101 |
Color Harmonies of #6A704D
Complementary color
Monochromatic Colors of #6A704D
Black with #6A704D
Text Example
Text Example
White with #6A704D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A704D; }
p { color: rgb(106,112,77); }
H1.HeaderClassName
{
color: #6A704D;
}
.AnyTagClassName
{
color: #6A704D;
}
</style>
background-color css
<style>
a { background-color: #6A704D; }
a { background-color: rgb(106,112,77); }
div.DivClassName
{
background-color: #6A704D;
}
.BgClassName
{
background-color: #6A704D;
}
</style>
border-color css
<style>
span { border-color: #6A704D; }
span { border-color: rgb(106,112,77); }
td.TdClassName
{
border-color: #6A704D;
}
.TagClassName
{
border-color: #6A704D;
}
</style>