Shades of Siam #6E734F
Tints of Siam #6E734F
RGB
CMYK
RGB Variations
Color information
#6E734F (or 0x6E734F) is known color: Siam. HEX triplet: 6E, 73 and 4F. RGB value is (110,115,79). Sum of RGB (Red+Green+Blue) = 110+115+79=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #6E734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E734F is #918CB0. Grayscale: #6D6D6D. Windows color (decimal): -9538737 or 5206894. OLE color: 5206894.
HSL color Cylindrical-coordinate representation of color #6E734F: hue angle of 68.33º 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 #6E734F is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 79 | - |
| CMYK | 0.04 | 0 | 0.31 | 0.55 |
| HSL | 68.33º | 0.19% | 0.38% | - |
| HSV(B) | 68.33º | 0.31% | 0.45% | - |
| XYZ | 13.97 | 16.14 | 9.78 | - |
| YUV | 109.4 | 110.84 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 79 | 0.04 | 0 | 0.31 | 0.55 | 68.33 | 0.19 | 0.38 |
| Hex | 6E | 73 | 4F | 4 | 0 | 1F | 37 | 44 | 13 | 26 |
| Octal | 156 | 163 | 117 | 4 | 0 | 37 | 67 | 104 | 23 | 46 |
| Binary | 1101110 | 1110011 | 1001111 | 100 | 0 | 11111 | 110111 | 1000100 | 10011 | 100110 |
Color Harmonies of #6E734F
Complementary color
Monochromatic Colors of #6E734F
Black with #6E734F
Text Example
Text Example
White with #6E734F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E734F; }
p { color: rgb(110,115,79); }
H1.HeaderClassName
{
color: #6E734F;
}
.AnyTagClassName
{
color: #6E734F;
}
</style>
background-color css
<style>
a { background-color: #6E734F; }
a { background-color: rgb(110,115,79); }
div.DivClassName
{
background-color: #6E734F;
}
.BgClassName
{
background-color: #6E734F;
}
</style>
border-color css
<style>
span { border-color: #6E734F; }
span { border-color: rgb(110,115,79); }
td.TdClassName
{
border-color: #6E734F;
}
.TagClassName
{
border-color: #6E734F;
}
</style>