Shades of Siam #6D754D
Tints of Siam #6D754D
RGB
CMYK
RGB Variations
Color information
#6D754D (or 0x6D754D) is known color: Siam. HEX triplet: 6D, 75 and 4D. RGB value is (109,117,77). Sum of RGB (Red+Green+Blue) = 109+117+77=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 117 (46.09% from 255 or 38.61% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 117 - color contains mainly: green. Hex color #6D754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D754D is #928AB2. Grayscale: #6E6E6E. Windows color (decimal): -9603763 or 5076333. OLE color: 5076333.
HSL color Cylindrical-coordinate representation of color #6D754D: hue angle of 72º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D754D is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 117 | 77 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.54 |
| HSL | 72º | 0.21% | 0.38% | - |
| HSV(B) | 72º | 0.34% | 0.46% | - |
| XYZ | 14.01 | 16.51 | 9.47 | - |
| YUV | 110.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 117 | 77 | 0.07 | 0 | 0.34 | 0.54 | 72 | 0.21 | 0.38 |
| Hex | 6D | 75 | 4D | 7 | 0 | 22 | 36 | 48 | 15 | 26 |
| Octal | 155 | 165 | 115 | 7 | 0 | 42 | 66 | 110 | 25 | 46 |
| Binary | 1101101 | 1110101 | 1001101 | 111 | 0 | 100010 | 110110 | 1001000 | 10101 | 100110 |
Color Harmonies of #6D754D
Complementary color
Monochromatic Colors of #6D754D
Black with #6D754D
Text Example
Text Example
White with #6D754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D754D; }
p { color: rgb(109,117,77); }
H1.HeaderClassName
{
color: #6D754D;
}
.AnyTagClassName
{
color: #6D754D;
}
</style>
background-color css
<style>
a { background-color: #6D754D; }
a { background-color: rgb(109,117,77); }
div.DivClassName
{
background-color: #6D754D;
}
.BgClassName
{
background-color: #6D754D;
}
</style>
border-color css
<style>
span { border-color: #6D754D; }
span { border-color: rgb(109,117,77); }
td.TdClassName
{
border-color: #6D754D;
}
.TagClassName
{
border-color: #6D754D;
}
</style>