Shades of Siam #6A7059
Tints of Siam #6A7059
RGB
CMYK
RGB Variations
Color information
#6A7059 (or 0x6A7059) is known color: Siam. HEX triplet: 6A, 70 and 59. RGB value is (106,112,89). Sum of RGB (Red+Green+Blue) = 106+112+89=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #6A7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A7059 is #958FA6. Grayscale: #6B6B6B. Windows color (decimal): -9801639 or 5861482. OLE color: 5861482.
HSL color Cylindrical-coordinate representation of color #6A7059: hue angle of 75.65º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A7059 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 112 | 89 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.56 |
| HSL | 75.65º | 0.11% | 0.39% | - |
| HSV(B) | 75.65º | 0.21% | 0.44% | - |
| XYZ | 13.54 | 15.37 | 11.7 | - |
| YUV | 107.58 | 117.51 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 112 | 89 | 0.05 | 0 | 0.21 | 0.56 | 75.65 | 0.11 | 0.39 |
| Hex | 6A | 70 | 59 | 5 | 0 | 15 | 38 | 4C | B | 27 |
| Octal | 152 | 160 | 131 | 5 | 0 | 25 | 70 | 114 | 13 | 47 |
| Binary | 1101010 | 1110000 | 1011001 | 101 | 0 | 10101 | 111000 | 1001100 | 1011 | 100111 |
Color Harmonies of #6A7059
Complementary color
Monochromatic Colors of #6A7059
Black with #6A7059
Text Example
Text Example
White with #6A7059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7059; }
p { color: rgb(106,112,89); }
H1.HeaderClassName
{
color: #6A7059;
}
.AnyTagClassName
{
color: #6A7059;
}
</style>
background-color css
<style>
a { background-color: #6A7059; }
a { background-color: rgb(106,112,89); }
div.DivClassName
{
background-color: #6A7059;
}
.BgClassName
{
background-color: #6A7059;
}
</style>
border-color css
<style>
span { border-color: #6A7059; }
span { border-color: rgb(106,112,89); }
td.TdClassName
{
border-color: #6A7059;
}
.TagClassName
{
border-color: #6A7059;
}
</style>