Shades of Siam #6A7146
Tints of Siam #6A7146
RGB
CMYK
RGB Variations
Color information
#6A7146 (or 0x6A7146) is known color: Siam. HEX triplet: 6A, 71 and 46. RGB value is (106,113,70). Sum of RGB (Red+Green+Blue) = 106+113+70=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 113 (44.53% from 255 or 39.10% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 113 - color contains mainly: green. Hex color #6A7146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7146 is #958EB9. Grayscale: #6A6A6A. Windows color (decimal): -9801402 or 4616554. OLE color: 4616554.
HSL color Cylindrical-coordinate representation of color #6A7146: hue angle of 69.77º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A7146 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 70 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.56 |
| HSL | 69.77º | 0.23% | 0.36% | - |
| HSV(B) | 69.77º | 0.38% | 0.44% | - |
| XYZ | 12.95 | 15.32 | 8.07 | - |
| YUV | 106.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 70 | 0.06 | 0 | 0.38 | 0.56 | 69.77 | 0.23 | 0.36 |
| Hex | 6A | 71 | 46 | 6 | 0 | 26 | 38 | 46 | 17 | 24 |
| Octal | 152 | 161 | 106 | 6 | 0 | 46 | 70 | 106 | 27 | 44 |
| Binary | 1101010 | 1110001 | 1000110 | 110 | 0 | 100110 | 111000 | 1000110 | 10111 | 100100 |
Color Harmonies of #6A7146
Complementary color
Monochromatic Colors of #6A7146
Black with #6A7146
Text Example
Text Example
White with #6A7146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7146; }
p { color: rgb(106,113,70); }
H1.HeaderClassName
{
color: #6A7146;
}
.AnyTagClassName
{
color: #6A7146;
}
</style>
background-color css
<style>
a { background-color: #6A7146; }
a { background-color: rgb(106,113,70); }
div.DivClassName
{
background-color: #6A7146;
}
.BgClassName
{
background-color: #6A7146;
}
</style>
border-color css
<style>
span { border-color: #6A7146; }
span { border-color: rgb(106,113,70); }
td.TdClassName
{
border-color: #6A7146;
}
.TagClassName
{
border-color: #6A7146;
}
</style>