Shades of Siam #6A6E54
Tints of Siam #6A6E54
RGB
CMYK
RGB Variations
Color information
#6A6E54 (or 0x6A6E54) is known color: Siam. HEX triplet: 6A, 6E and 54. RGB value is (106,110,84). Sum of RGB (Red+Green+Blue) = 106+110+84=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 110 (43.36% from 255 or 36.67% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6E54 is #9591AB. Grayscale: #696969. Windows color (decimal): -9802156 or 5533290. OLE color: 5533290.
HSL color Cylindrical-coordinate representation of color #6A6E54: hue angle of 69.23º degrees, saturation: 0.13, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6A6E54 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 110 | 84 | - |
| CMYK | 0.04 | 0 | 0.24 | 0.57 |
| HSL | 69.23º | 0.13% | 0.38% | - |
| HSV(B) | 69.23º | 0.24% | 0.43% | - |
| XYZ | 13.12 | 14.86 | 10.56 | - |
| YUV | 105.84 | 115.67 | 128.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 84 | 0.04 | 0 | 0.24 | 0.57 | 69.23 | 0.13 | 0.38 |
| Hex | 6A | 6E | 54 | 4 | 0 | 18 | 39 | 45 | D | 26 |
| Octal | 152 | 156 | 124 | 4 | 0 | 30 | 71 | 105 | 15 | 46 |
| Binary | 1101010 | 1101110 | 1010100 | 100 | 0 | 11000 | 111001 | 1000101 | 1101 | 100110 |
Color Harmonies of #6A6E54
Complementary color
Monochromatic Colors of #6A6E54
Black with #6A6E54
Text Example
Text Example
White with #6A6E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6E54; }
p { color: rgb(106,110,84); }
H1.HeaderClassName
{
color: #6A6E54;
}
.AnyTagClassName
{
color: #6A6E54;
}
</style>
background-color css
<style>
a { background-color: #6A6E54; }
a { background-color: rgb(106,110,84); }
div.DivClassName
{
background-color: #6A6E54;
}
.BgClassName
{
background-color: #6A6E54;
}
</style>
border-color css
<style>
span { border-color: #6A6E54; }
span { border-color: rgb(106,110,84); }
td.TdClassName
{
border-color: #6A6E54;
}
.TagClassName
{
border-color: #6A6E54;
}
</style>