Shades of Siam #6A734E
Tints of Siam #6A734E
RGB
CMYK
RGB Variations
Color information
#6A734E (or 0x6A734E) is known color: Siam. HEX triplet: 6A, 73 and 4E. RGB value is (106,115,78). Sum of RGB (Red+Green+Blue) = 106+115+78=299 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.45% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #6A734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A734E is #958CB1. Grayscale: #6C6C6C. Windows color (decimal): -9800882 or 5141354. OLE color: 5141354.
HSL color Cylindrical-coordinate representation of color #6A734E: hue angle of 74.59º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A734E is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 115 | 78 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.55 |
| HSL | 74.59º | 0.19% | 0.38% | - |
| HSV(B) | 74.59º | 0.32% | 0.45% | - |
| XYZ | 13.45 | 15.88 | 9.56 | - |
| YUV | 108.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 115 | 78 | 0.08 | 0 | 0.32 | 0.55 | 74.59 | 0.19 | 0.38 |
| Hex | 6A | 73 | 4E | 8 | 0 | 20 | 37 | 4B | 13 | 26 |
| Octal | 152 | 163 | 116 | 10 | 0 | 40 | 67 | 113 | 23 | 46 |
| Binary | 1101010 | 1110011 | 1001110 | 1000 | 0 | 100000 | 110111 | 1001011 | 10011 | 100110 |
Color Harmonies of #6A734E
Complementary color
Monochromatic Colors of #6A734E
Black with #6A734E
Text Example
Text Example
White with #6A734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A734E; }
p { color: rgb(106,115,78); }
H1.HeaderClassName
{
color: #6A734E;
}
.AnyTagClassName
{
color: #6A734E;
}
</style>
background-color css
<style>
a { background-color: #6A734E; }
a { background-color: rgb(106,115,78); }
div.DivClassName
{
background-color: #6A734E;
}
.BgClassName
{
background-color: #6A734E;
}
</style>
border-color css
<style>
span { border-color: #6A734E; }
span { border-color: rgb(106,115,78); }
td.TdClassName
{
border-color: #6A734E;
}
.TagClassName
{
border-color: #6A734E;
}
</style>