Shades of Siam #6D744B
Tints of Siam #6D744B
RGB
CMYK
RGB Variations
Color information
#6D744B (or 0x6D744B) is known color: Siam. HEX triplet: 6D, 74 and 4B. RGB value is (109,116,75). Sum of RGB (Red+Green+Blue) = 109+116+75=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 116 (45.70% from 255 or 38.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 116 - color contains mainly: green. Hex color #6D744B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D744B is #928BB4. Grayscale: #6D6D6D. Windows color (decimal): -9604021 or 4945005. OLE color: 4945005.
HSL color Cylindrical-coordinate representation of color #6D744B: hue angle of 70.24º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D744B is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 75 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.55 |
| HSL | 70.24º | 0.21% | 0.37% | - |
| HSV(B) | 70.24º | 0.35% | 0.45% | - |
| XYZ | 13.82 | 16.25 | 9.06 | - |
| YUV | 109.23 | 108.68 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 75 | 0.06 | 0 | 0.35 | 0.55 | 70.24 | 0.21 | 0.37 |
| Hex | 6D | 74 | 4B | 6 | 0 | 23 | 37 | 46 | 15 | 25 |
| Octal | 155 | 164 | 113 | 6 | 0 | 43 | 67 | 106 | 25 | 45 |
| Binary | 1101101 | 1110100 | 1001011 | 110 | 0 | 100011 | 110111 | 1000110 | 10101 | 100101 |
Color Harmonies of #6D744B
Complementary color
Monochromatic Colors of #6D744B
Black with #6D744B
Text Example
Text Example
White with #6D744B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D744B; }
p { color: rgb(109,116,75); }
H1.HeaderClassName
{
color: #6D744B;
}
.AnyTagClassName
{
color: #6D744B;
}
</style>
background-color css
<style>
a { background-color: #6D744B; }
a { background-color: rgb(109,116,75); }
div.DivClassName
{
background-color: #6D744B;
}
.BgClassName
{
background-color: #6D744B;
}
</style>
border-color css
<style>
span { border-color: #6D744B; }
span { border-color: rgb(109,116,75); }
td.TdClassName
{
border-color: #6D744B;
}
.TagClassName
{
border-color: #6D744B;
}
</style>