Shades of Siam #6D744C
Tints of Siam #6D744C
RGB
CMYK
RGB Variations
Color information
#6D744C (or 0x6D744C) is known color: Siam. HEX triplet: 6D, 74 and 4C. RGB value is (109,116,76). Sum of RGB (Red+Green+Blue) = 109+116+76=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 116 (45.70% from 255 or 38.54% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 116 - color contains mainly: green. Hex color #6D744C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D744C is #928BB3. Grayscale: #6D6D6D. Windows color (decimal): -9604020 or 5010541. OLE color: 5010541.
HSL color Cylindrical-coordinate representation of color #6D744C: hue angle of 70.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D744C is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 76 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.55 |
| HSL | 70.5º | 0.21% | 0.38% | - |
| HSV(B) | 70.5º | 0.34% | 0.45% | - |
| XYZ | 13.86 | 16.26 | 9.25 | - |
| YUV | 109.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 76 | 0.06 | 0 | 0.34 | 0.55 | 70.5 | 0.21 | 0.38 |
| Hex | 6D | 74 | 4C | 6 | 0 | 22 | 37 | 46 | 15 | 26 |
| Octal | 155 | 164 | 114 | 6 | 0 | 42 | 67 | 106 | 25 | 46 |
| Binary | 1101101 | 1110100 | 1001100 | 110 | 0 | 100010 | 110111 | 1000110 | 10101 | 100110 |
Color Harmonies of #6D744C
Complementary color
Monochromatic Colors of #6D744C
Black with #6D744C
Text Example
Text Example
White with #6D744C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D744C; }
p { color: rgb(109,116,76); }
H1.HeaderClassName
{
color: #6D744C;
}
.AnyTagClassName
{
color: #6D744C;
}
</style>
background-color css
<style>
a { background-color: #6D744C; }
a { background-color: rgb(109,116,76); }
div.DivClassName
{
background-color: #6D744C;
}
.BgClassName
{
background-color: #6D744C;
}
</style>
border-color css
<style>
span { border-color: #6D744C; }
span { border-color: rgb(109,116,76); }
td.TdClassName
{
border-color: #6D744C;
}
.TagClassName
{
border-color: #6D744C;
}
</style>