Shades of Siam #6D7342
Tints of Siam #6D7342
RGB
CMYK
RGB Variations
Color information
#6D7342 (or 0x6D7342) is known color: Siam. HEX triplet: 6D, 73 and 42. RGB value is (109,115,66). Sum of RGB (Red+Green+Blue) = 109+115+66=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 115 (45.31% from 255 or 39.66% from 290); Blue value is 66 (26.17% from 255 or 22.76% from 290); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7342 is #928CBD. Grayscale: #6B6B6B. Windows color (decimal): -9604286 or 4354925. OLE color: 4354925.
HSL color Cylindrical-coordinate representation of color #6D7342: hue angle of 67.35º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D7342 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 66 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.55 |
| HSL | 67.35º | 0.27% | 0.35% | - |
| HSV(B) | 67.35º | 0.43% | 0.45% | - |
| XYZ | 13.42 | 15.91 | 7.52 | - |
| YUV | 107.62 | 104.51 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 66 | 0.05 | 0 | 0.43 | 0.55 | 67.35 | 0.27 | 0.35 |
| Hex | 6D | 73 | 42 | 5 | 0 | 2B | 37 | 43 | 1B | 23 |
| Octal | 155 | 163 | 102 | 5 | 0 | 53 | 67 | 103 | 33 | 43 |
| Binary | 1101101 | 1110011 | 1000010 | 101 | 0 | 101011 | 110111 | 1000011 | 11011 | 100011 |
Color Harmonies of #6D7342
Complementary color
Monochromatic Colors of #6D7342
Black with #6D7342
Text Example
Text Example
White with #6D7342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7342; }
p { color: rgb(109,115,66); }
H1.HeaderClassName
{
color: #6D7342;
}
.AnyTagClassName
{
color: #6D7342;
}
</style>
background-color css
<style>
a { background-color: #6D7342; }
a { background-color: rgb(109,115,66); }
div.DivClassName
{
background-color: #6D7342;
}
.BgClassName
{
background-color: #6D7342;
}
</style>
border-color css
<style>
span { border-color: #6D7342; }
span { border-color: rgb(109,115,66); }
td.TdClassName
{
border-color: #6D7342;
}
.TagClassName
{
border-color: #6D7342;
}
</style>