Shades of Siam #6D704A
Tints of Siam #6D704A
RGB
CMYK
RGB Variations
Color information
#6D704A (or 0x6D704A) is known color: Siam. HEX triplet: 6D, 70 and 4A. RGB value is (109,112,74). Sum of RGB (Red+Green+Blue) = 109+112+74=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 112 - color contains mainly: green. Hex color #6D704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D704A is #928FB5. Grayscale: #6A6A6A. Windows color (decimal): -9605046 or 4878445. OLE color: 4878445.
HSL color Cylindrical-coordinate representation of color #6D704A: hue angle of 64.74º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D704A is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 74 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.56 |
| HSL | 64.74º | 0.2% | 0.36% | - |
| HSV(B) | 64.74º | 0.34% | 0.44% | - |
| XYZ | 13.34 | 15.33 | 8.74 | - |
| YUV | 106.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 74 | 0.03 | 0 | 0.34 | 0.56 | 64.74 | 0.2 | 0.36 |
| Hex | 6D | 70 | 4A | 3 | 0 | 22 | 38 | 41 | 14 | 24 |
| Octal | 155 | 160 | 112 | 3 | 0 | 42 | 70 | 101 | 24 | 44 |
| Binary | 1101101 | 1110000 | 1001010 | 11 | 0 | 100010 | 111000 | 1000001 | 10100 | 100100 |
Color Harmonies of #6D704A
Complementary color
Monochromatic Colors of #6D704A
Black with #6D704A
Text Example
Text Example
White with #6D704A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D704A; }
p { color: rgb(109,112,74); }
H1.HeaderClassName
{
color: #6D704A;
}
.AnyTagClassName
{
color: #6D704A;
}
</style>
background-color css
<style>
a { background-color: #6D704A; }
a { background-color: rgb(109,112,74); }
div.DivClassName
{
background-color: #6D704A;
}
.BgClassName
{
background-color: #6D704A;
}
</style>
border-color css
<style>
span { border-color: #6D704A; }
span { border-color: rgb(109,112,74); }
td.TdClassName
{
border-color: #6D704A;
}
.TagClassName
{
border-color: #6D704A;
}
</style>