Shades of Siam #6A6C56
Tints of Siam #6A6C56
RGB
CMYK
RGB Variations
Color information
#6A6C56 (or 0x6A6C56) is known color: Siam. HEX triplet: 6A, 6C and 56. RGB value is (106,108,86). Sum of RGB (Red+Green+Blue) = 106+108+86=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 86 (33.98% from 255 or 28.67% from 300); Max value from RGB is 108 - color contains mainly: green. Hex color #6A6C56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6C56 is #9593A9. Grayscale: #686868. Windows color (decimal): -9802666 or 5663850. OLE color: 5663850.
HSL color Cylindrical-coordinate representation of color #6A6C56: hue angle of 65.45º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6A6C56 is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 108 | 86 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.58 |
| HSL | 65.45º | 0.11% | 0.38% | - |
| HSV(B) | 65.45º | 0.2% | 0.42% | - |
| XYZ | 12.99 | 14.46 | 10.91 | - |
| YUV | 104.89 | 117.34 | 128.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 108 | 86 | 0.02 | 0 | 0.20 | 0.58 | 65.45 | 0.11 | 0.38 |
| Hex | 6A | 6C | 56 | 2 | 0 | 14 | 3A | 41 | B | 26 |
| Octal | 152 | 154 | 126 | 2 | 0 | 24 | 72 | 101 | 13 | 46 |
| Binary | 1101010 | 1101100 | 1010110 | 10 | 0 | 10100 | 111010 | 1000001 | 1011 | 100110 |
Color Harmonies of #6A6C56
Complementary color
Monochromatic Colors of #6A6C56
Black with #6A6C56
Text Example
Text Example
White with #6A6C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6C56; }
p { color: rgb(106,108,86); }
H1.HeaderClassName
{
color: #6A6C56;
}
.AnyTagClassName
{
color: #6A6C56;
}
</style>
background-color css
<style>
a { background-color: #6A6C56; }
a { background-color: rgb(106,108,86); }
div.DivClassName
{
background-color: #6A6C56;
}
.BgClassName
{
background-color: #6A6C56;
}
</style>
border-color css
<style>
span { border-color: #6A6C56; }
span { border-color: rgb(106,108,86); }
td.TdClassName
{
border-color: #6A6C56;
}
.TagClassName
{
border-color: #6A6C56;
}
</style>