Shades of Siam #6A714D
Tints of Siam #6A714D
RGB
CMYK
RGB Variations
Color information
#6A714D (or 0x6A714D) is known color: Siam. HEX triplet: 6A, 71 and 4D. RGB value is (106,113,77). Sum of RGB (Red+Green+Blue) = 106+113+77=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #6A714D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A714D is #958EB2. Grayscale: #6A6A6A. Windows color (decimal): -9801395 or 5075306. OLE color: 5075306.
HSL color Cylindrical-coordinate representation of color #6A714D: hue angle of 71.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A714D is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 77 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.56 |
| HSL | 71.67º | 0.19% | 0.37% | - |
| HSV(B) | 71.67º | 0.32% | 0.44% | - |
| XYZ | 13.19 | 15.41 | 9.3 | - |
| YUV | 106.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 77 | 0.06 | 0 | 0.32 | 0.56 | 71.67 | 0.19 | 0.37 |
| Hex | 6A | 71 | 4D | 6 | 0 | 20 | 38 | 48 | 13 | 25 |
| Octal | 152 | 161 | 115 | 6 | 0 | 40 | 70 | 110 | 23 | 45 |
| Binary | 1101010 | 1110001 | 1001101 | 110 | 0 | 100000 | 111000 | 1001000 | 10011 | 100101 |
Color Harmonies of #6A714D
Complementary color
Monochromatic Colors of #6A714D
Black with #6A714D
Text Example
Text Example
White with #6A714D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A714D; }
p { color: rgb(106,113,77); }
H1.HeaderClassName
{
color: #6A714D;
}
.AnyTagClassName
{
color: #6A714D;
}
</style>
background-color css
<style>
a { background-color: #6A714D; }
a { background-color: rgb(106,113,77); }
div.DivClassName
{
background-color: #6A714D;
}
.BgClassName
{
background-color: #6A714D;
}
</style>
border-color css
<style>
span { border-color: #6A714D; }
span { border-color: rgb(106,113,77); }
td.TdClassName
{
border-color: #6A714D;
}
.TagClassName
{
border-color: #6A714D;
}
</style>