Shades of Siam #6D7050
Tints of Siam #6D7050
RGB
CMYK
RGB Variations
Color information
#6D7050 (or 0x6D7050) is known color: Siam. HEX triplet: 6D, 70 and 50. RGB value is (109,112,80). Sum of RGB (Red+Green+Blue) = 109+112+80=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7050 is #928FAF. Grayscale: #6B6B6B. Windows color (decimal): -9605040 or 5271661. OLE color: 5271661.
HSL color Cylindrical-coordinate representation of color #6D7050: hue angle of 65.62º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D7050 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 80 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.56 |
| HSL | 65.63º | 0.17% | 0.38% | - |
| HSV(B) | 65.63º | 0.29% | 0.44% | - |
| XYZ | 13.55 | 15.42 | 9.85 | - |
| YUV | 107.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 80 | 0.03 | 0 | 0.29 | 0.56 | 65.63 | 0.17 | 0.38 |
| Hex | 6D | 70 | 50 | 3 | 0 | 1D | 38 | 42 | 11 | 26 |
| Octal | 155 | 160 | 120 | 3 | 0 | 35 | 70 | 102 | 21 | 46 |
| Binary | 1101101 | 1110000 | 1010000 | 11 | 0 | 11101 | 111000 | 1000010 | 10001 | 100110 |
Color Harmonies of #6D7050
Complementary color
Monochromatic Colors of #6D7050
Black with #6D7050
Text Example
Text Example
White with #6D7050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7050; }
p { color: rgb(109,112,80); }
H1.HeaderClassName
{
color: #6D7050;
}
.AnyTagClassName
{
color: #6D7050;
}
</style>
background-color css
<style>
a { background-color: #6D7050; }
a { background-color: rgb(109,112,80); }
div.DivClassName
{
background-color: #6D7050;
}
.BgClassName
{
background-color: #6D7050;
}
</style>
border-color css
<style>
span { border-color: #6D7050; }
span { border-color: rgb(109,112,80); }
td.TdClassName
{
border-color: #6D7050;
}
.TagClassName
{
border-color: #6D7050;
}
</style>