Shades of Siam #6D704F
Tints of Siam #6D704F
RGB
CMYK
RGB Variations
Color information
#6D704F (or 0x6D704F) is known color: Siam. HEX triplet: 6D, 70 and 4F. RGB value is (109,112,79). Sum of RGB (Red+Green+Blue) = 109+112+79=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #6D704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D704F is #928FB0. Grayscale: #6B6B6B. Windows color (decimal): -9605041 or 5206125. OLE color: 5206125.
HSL color Cylindrical-coordinate representation of color #6D704F: hue angle of 65.45º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D704F is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 79 | - |
| CMYK | 0.03 | 0 | 0.29 | 0.56 |
| HSL | 65.45º | 0.17% | 0.37% | - |
| HSV(B) | 65.45º | 0.29% | 0.44% | - |
| XYZ | 13.51 | 15.4 | 9.66 | - |
| YUV | 107.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 79 | 0.03 | 0 | 0.29 | 0.56 | 65.45 | 0.17 | 0.37 |
| Hex | 6D | 70 | 4F | 3 | 0 | 1D | 38 | 41 | 11 | 25 |
| Octal | 155 | 160 | 117 | 3 | 0 | 35 | 70 | 101 | 21 | 45 |
| Binary | 1101101 | 1110000 | 1001111 | 11 | 0 | 11101 | 111000 | 1000001 | 10001 | 100101 |
Color Harmonies of #6D704F
Complementary color
Monochromatic Colors of #6D704F
Black with #6D704F
Text Example
Text Example
White with #6D704F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D704F; }
p { color: rgb(109,112,79); }
H1.HeaderClassName
{
color: #6D704F;
}
.AnyTagClassName
{
color: #6D704F;
}
</style>
background-color css
<style>
a { background-color: #6D704F; }
a { background-color: rgb(109,112,79); }
div.DivClassName
{
background-color: #6D704F;
}
.BgClassName
{
background-color: #6D704F;
}
</style>
border-color css
<style>
span { border-color: #6D704F; }
span { border-color: rgb(109,112,79); }
td.TdClassName
{
border-color: #6D704F;
}
.TagClassName
{
border-color: #6D704F;
}
</style>