Shades of Siam #6D7056
Tints of Siam #6D7056
RGB
CMYK
RGB Variations
Color information
#6D7056 (or 0x6D7056) is known color: Siam. HEX triplet: 6D, 70 and 56. RGB value is (109,112,86). Sum of RGB (Red+Green+Blue) = 109+112+86=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7056 is #928FA9. Grayscale: #6C6C6C. Windows color (decimal): -9605034 or 5664877. OLE color: 5664877.
HSL color Cylindrical-coordinate representation of color #6D7056: hue angle of 66.92º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D7056 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 86 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.56 |
| HSL | 66.92º | 0.13% | 0.39% | - |
| HSV(B) | 66.92º | 0.23% | 0.44% | - |
| XYZ | 13.78 | 15.51 | 11.07 | - |
| YUV | 108.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 86 | 0.03 | 0 | 0.23 | 0.56 | 66.92 | 0.13 | 0.39 |
| Hex | 6D | 70 | 56 | 3 | 0 | 17 | 38 | 43 | D | 27 |
| Octal | 155 | 160 | 126 | 3 | 0 | 27 | 70 | 103 | 15 | 47 |
| Binary | 1101101 | 1110000 | 1010110 | 11 | 0 | 10111 | 111000 | 1000011 | 1101 | 100111 |
Color Harmonies of #6D7056
Complementary color
Monochromatic Colors of #6D7056
Black with #6D7056
Text Example
Text Example
White with #6D7056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7056; }
p { color: rgb(109,112,86); }
H1.HeaderClassName
{
color: #6D7056;
}
.AnyTagClassName
{
color: #6D7056;
}
</style>
background-color css
<style>
a { background-color: #6D7056; }
a { background-color: rgb(109,112,86); }
div.DivClassName
{
background-color: #6D7056;
}
.BgClassName
{
background-color: #6D7056;
}
</style>
border-color css
<style>
span { border-color: #6D7056; }
span { border-color: rgb(109,112,86); }
td.TdClassName
{
border-color: #6D7056;
}
.TagClassName
{
border-color: #6D7056;
}
</style>