Shades of Siam #6D734F
Tints of Siam #6D734F
RGB
CMYK
RGB Variations
Color information
#6D734F (or 0x6D734F) is known color: Siam. HEX triplet: 6D, 73 and 4F. RGB value is (109,115,79). Sum of RGB (Red+Green+Blue) = 109+115+79=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #6D734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D734F is #928CB0. Grayscale: #6D6D6D. Windows color (decimal): -9604273 or 5206893. OLE color: 5206893.
HSL color Cylindrical-coordinate representation of color #6D734F: hue angle of 70º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D734F is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 79 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.55 |
| HSL | 70º | 0.19% | 0.38% | - |
| HSV(B) | 70º | 0.31% | 0.45% | - |
| XYZ | 13.85 | 16.08 | 9.77 | - |
| YUV | 109.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 79 | 0.05 | 0 | 0.31 | 0.55 | 70 | 0.19 | 0.38 |
| Hex | 6D | 73 | 4F | 5 | 0 | 1F | 37 | 46 | 13 | 26 |
| Octal | 155 | 163 | 117 | 5 | 0 | 37 | 67 | 106 | 23 | 46 |
| Binary | 1101101 | 1110011 | 1001111 | 101 | 0 | 11111 | 110111 | 1000110 | 10011 | 100110 |
Color Harmonies of #6D734F
Complementary color
Monochromatic Colors of #6D734F
Black with #6D734F
Text Example
Text Example
White with #6D734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D734F; }
p { color: rgb(109,115,79); }
H1.HeaderClassName
{
color: #6D734F;
}
.AnyTagClassName
{
color: #6D734F;
}
</style>
background-color css
<style>
a { background-color: #6D734F; }
a { background-color: rgb(109,115,79); }
div.DivClassName
{
background-color: #6D734F;
}
.BgClassName
{
background-color: #6D734F;
}
</style>
border-color css
<style>
span { border-color: #6D734F; }
span { border-color: rgb(109,115,79); }
td.TdClassName
{
border-color: #6D734F;
}
.TagClassName
{
border-color: #6D734F;
}
</style>