Shades of Siam #6A724D
Tints of Siam #6A724D
RGB
CMYK
RGB Variations
Color information
#6A724D (or 0x6A724D) is known color: Siam. HEX triplet: 6A, 72 and 4D. RGB value is (106,114,77). Sum of RGB (Red+Green+Blue) = 106+114+77=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 114 (44.92% from 255 or 38.38% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 114 - color contains mainly: green. Hex color #6A724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A724D is #958DB2. Grayscale: #6B6B6B. Windows color (decimal): -9801139 or 5075562. OLE color: 5075562.
HSL color Cylindrical-coordinate representation of color #6A724D: hue angle of 72.97º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A724D is Cyan = 0.07, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 77 | - |
| CMYK | 0.07 | 0 | 0.32 | 0.55 |
| HSL | 72.97º | 0.19% | 0.37% | - |
| HSV(B) | 72.97º | 0.32% | 0.45% | - |
| XYZ | 13.3 | 15.63 | 9.34 | - |
| YUV | 107.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 77 | 0.07 | 0 | 0.32 | 0.55 | 72.97 | 0.19 | 0.37 |
| Hex | 6A | 72 | 4D | 7 | 0 | 20 | 37 | 49 | 13 | 25 |
| Octal | 152 | 162 | 115 | 7 | 0 | 40 | 67 | 111 | 23 | 45 |
| Binary | 1101010 | 1110010 | 1001101 | 111 | 0 | 100000 | 110111 | 1001001 | 10011 | 100101 |
Color Harmonies of #6A724D
Complementary color
Monochromatic Colors of #6A724D
Black with #6A724D
Text Example
Text Example
White with #6A724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A724D; }
p { color: rgb(106,114,77); }
H1.HeaderClassName
{
color: #6A724D;
}
.AnyTagClassName
{
color: #6A724D;
}
</style>
background-color css
<style>
a { background-color: #6A724D; }
a { background-color: rgb(106,114,77); }
div.DivClassName
{
background-color: #6A724D;
}
.BgClassName
{
background-color: #6A724D;
}
</style>
border-color css
<style>
span { border-color: #6A724D; }
span { border-color: rgb(106,114,77); }
td.TdClassName
{
border-color: #6A724D;
}
.TagClassName
{
border-color: #6A724D;
}
</style>