Shades of Siam #6D734B
Tints of Siam #6D734B
RGB
CMYK
RGB Variations
Color information
#6D734B (or 0x6D734B) is known color: Siam. HEX triplet: 6D, 73 and 4B. RGB value is (109,115,75). Sum of RGB (Red+Green+Blue) = 109+115+75=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #6D734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D734B is #928CB4. Grayscale: #6C6C6C. Windows color (decimal): -9604277 or 4944749. OLE color: 4944749.
HSL color Cylindrical-coordinate representation of color #6D734B: hue angle of 69º 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 #6D734B is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 75 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.55 |
| HSL | 69º | 0.21% | 0.37% | - |
| HSV(B) | 69º | 0.35% | 0.45% | - |
| XYZ | 13.71 | 16.02 | 9.03 | - |
| YUV | 108.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 75 | 0.05 | 0 | 0.35 | 0.55 | 69 | 0.21 | 0.37 |
| Hex | 6D | 73 | 4B | 5 | 0 | 23 | 37 | 45 | 15 | 25 |
| Octal | 155 | 163 | 113 | 5 | 0 | 43 | 67 | 105 | 25 | 45 |
| Binary | 1101101 | 1110011 | 1001011 | 101 | 0 | 100011 | 110111 | 1000101 | 10101 | 100101 |
Color Harmonies of #6D734B
Complementary color
Monochromatic Colors of #6D734B
Black with #6D734B
Text Example
Text Example
White with #6D734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D734B; }
p { color: rgb(109,115,75); }
H1.HeaderClassName
{
color: #6D734B;
}
.AnyTagClassName
{
color: #6D734B;
}
</style>
background-color css
<style>
a { background-color: #6D734B; }
a { background-color: rgb(109,115,75); }
div.DivClassName
{
background-color: #6D734B;
}
.BgClassName
{
background-color: #6D734B;
}
</style>
border-color css
<style>
span { border-color: #6D734B; }
span { border-color: rgb(109,115,75); }
td.TdClassName
{
border-color: #6D734B;
}
.TagClassName
{
border-color: #6D734B;
}
</style>