Shades of Siam #6A764D
Tints of Siam #6A764D
RGB
CMYK
RGB Variations
Color information
#6A764D (or 0x6A764D) is known color: Siam. HEX triplet: 6A, 76 and 4D. RGB value is (106,118,77). Sum of RGB (Red+Green+Blue) = 106+118+77=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 118 (46.48% from 255 or 39.20% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 118 - color contains mainly: green. Hex color #6A764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A764D is #9589B2. Grayscale: #6D6D6D. Windows color (decimal): -9800115 or 5076586. OLE color: 5076586.
HSL color Cylindrical-coordinate representation of color #6A764D: hue angle of 77.56º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6A764D is Cyan = 0.10, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 106 | 118 | 77 | - |
| CMYK | 0.10 | 0 | 0.35 | 0.54 |
| HSL | 77.56º | 0.21% | 0.38% | - |
| HSV(B) | 77.56º | 0.35% | 0.46% | - |
| XYZ | 13.76 | 16.56 | 9.49 | - |
| YUV | 109.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 118 | 77 | 0.10 | 0 | 0.35 | 0.54 | 77.56 | 0.21 | 0.38 |
| Hex | 6A | 76 | 4D | A | 0 | 23 | 36 | 4E | 15 | 26 |
| Octal | 152 | 166 | 115 | 12 | 0 | 43 | 66 | 116 | 25 | 46 |
| Binary | 1101010 | 1110110 | 1001101 | 1010 | 0 | 100011 | 110110 | 1001110 | 10101 | 100110 |
Color Harmonies of #6A764D
Complementary color
Monochromatic Colors of #6A764D
Black with #6A764D
Text Example
Text Example
White with #6A764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A764D; }
p { color: rgb(106,118,77); }
H1.HeaderClassName
{
color: #6A764D;
}
.AnyTagClassName
{
color: #6A764D;
}
</style>
background-color css
<style>
a { background-color: #6A764D; }
a { background-color: rgb(106,118,77); }
div.DivClassName
{
background-color: #6A764D;
}
.BgClassName
{
background-color: #6A764D;
}
</style>
border-color css
<style>
span { border-color: #6A764D; }
span { border-color: rgb(106,118,77); }
td.TdClassName
{
border-color: #6A764D;
}
.TagClassName
{
border-color: #6A764D;
}
</style>