Shades of Siam #6C794D
Tints of Siam #6C794D
RGB
CMYK
RGB Variations
Color information
#6C794D (or 0x6C794D) is known color: Siam. HEX triplet: 6C, 79 and 4D. RGB value is (108,121,77). Sum of RGB (Red+Green+Blue) = 108+121+77=306 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.29% from 306); Green value is 121 (47.66% from 255 or 39.54% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 121 - color contains mainly: green. Hex color #6C794D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C794D is #9386B2. Grayscale: #707070. Windows color (decimal): -9668275 or 5077356. OLE color: 5077356.
HSL color Cylindrical-coordinate representation of color #6C794D: hue angle of 77.73º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6C794D is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 77 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.53 |
| HSL | 77.73º | 0.22% | 0.39% | - |
| HSV(B) | 77.73º | 0.36% | 0.47% | - |
| XYZ | 14.36 | 17.4 | 9.62 | - |
| YUV | 112.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 77 | 0.11 | 0 | 0.36 | 0.53 | 77.73 | 0.22 | 0.39 |
| Hex | 6C | 79 | 4D | B | 0 | 24 | 35 | 4E | 16 | 27 |
| Octal | 154 | 171 | 115 | 13 | 0 | 44 | 65 | 116 | 26 | 47 |
| Binary | 1101100 | 1111001 | 1001101 | 1011 | 0 | 100100 | 110101 | 1001110 | 10110 | 100111 |
Color Harmonies of #6C794D
Complementary color
Monochromatic Colors of #6C794D
Black with #6C794D
Text Example
Text Example
White with #6C794D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C794D; }
p { color: rgb(108,121,77); }
H1.HeaderClassName
{
color: #6C794D;
}
.AnyTagClassName
{
color: #6C794D;
}
</style>
background-color css
<style>
a { background-color: #6C794D; }
a { background-color: rgb(108,121,77); }
div.DivClassName
{
background-color: #6C794D;
}
.BgClassName
{
background-color: #6C794D;
}
</style>
border-color css
<style>
span { border-color: #6C794D; }
span { border-color: rgb(108,121,77); }
td.TdClassName
{
border-color: #6C794D;
}
.TagClassName
{
border-color: #6C794D;
}
</style>