Shades of Siam #6A6B59
Tints of Siam #6A6B59
RGB
CMYK
RGB Variations
Color information
#6A6B59 (or 0x6A6B59) is known color: Siam. HEX triplet: 6A, 6B and 59. RGB value is (106,107,89). Sum of RGB (Red+Green+Blue) = 106+107+89=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 89 (35.16% from 255 or 29.47% from 302); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6B59 is #9594A6. Grayscale: #686868. Windows color (decimal): -9802919 or 5860202. OLE color: 5860202.
HSL color Cylindrical-coordinate representation of color #6A6B59: hue angle of 63.33º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6A6B59 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 107 | 89 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.58 |
| HSL | 63.33º | 0.09% | 0.38% | - |
| HSV(B) | 63.33º | 0.17% | 0.42% | - |
| XYZ | 13 | 14.3 | 11.53 | - |
| YUV | 104.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 89 | 0.01 | 0 | 0.17 | 0.58 | 63.33 | 0.09 | 0.38 |
| Hex | 6A | 6B | 59 | 1 | 0 | 11 | 3A | 3F | 9 | 26 |
| Octal | 152 | 153 | 131 | 1 | 0 | 21 | 72 | 77 | 11 | 46 |
| Binary | 1101010 | 1101011 | 1011001 | 1 | 0 | 10001 | 111010 | 111111 | 1001 | 100110 |
Color Harmonies of #6A6B59
Complementary color
Monochromatic Colors of #6A6B59
Black with #6A6B59
Text Example
Text Example
White with #6A6B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6B59; }
p { color: rgb(106,107,89); }
H1.HeaderClassName
{
color: #6A6B59;
}
.AnyTagClassName
{
color: #6A6B59;
}
</style>
background-color css
<style>
a { background-color: #6A6B59; }
a { background-color: rgb(106,107,89); }
div.DivClassName
{
background-color: #6A6B59;
}
.BgClassName
{
background-color: #6A6B59;
}
</style>
border-color css
<style>
span { border-color: #6A6B59; }
span { border-color: rgb(106,107,89); }
td.TdClassName
{
border-color: #6A6B59;
}
.TagClassName
{
border-color: #6A6B59;
}
</style>