Shades of Siam #6A6D53
Tints of Siam #6A6D53
RGB
CMYK
RGB Variations
Color information
#6A6D53 (or 0x6A6D53) is known color: Siam. HEX triplet: 6A, 6D and 53. RGB value is (106,109,83). Sum of RGB (Red+Green+Blue) = 106+109+83=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D53 is #9592AC. Grayscale: #696969. Windows color (decimal): -9802413 or 5467498. OLE color: 5467498.
HSL color Cylindrical-coordinate representation of color #6A6D53: hue angle of 66.92º degrees, saturation: 0.14, 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 #6A6D53 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 83 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.57 |
| HSL | 66.92º | 0.14% | 0.38% | - |
| HSV(B) | 66.92º | 0.24% | 0.43% | - |
| XYZ | 12.97 | 14.63 | 10.32 | - |
| YUV | 105.14 | 115.51 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 83 | 0.03 | 0 | 0.24 | 0.57 | 66.92 | 0.14 | 0.38 |
| Hex | 6A | 6D | 53 | 3 | 0 | 18 | 39 | 43 | E | 26 |
| Octal | 152 | 155 | 123 | 3 | 0 | 30 | 71 | 103 | 16 | 46 |
| Binary | 1101010 | 1101101 | 1010011 | 11 | 0 | 11000 | 111001 | 1000011 | 1110 | 100110 |
Color Harmonies of #6A6D53
Complementary color
Monochromatic Colors of #6A6D53
Black with #6A6D53
Text Example
Text Example
White with #6A6D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D53; }
p { color: rgb(106,109,83); }
H1.HeaderClassName
{
color: #6A6D53;
}
.AnyTagClassName
{
color: #6A6D53;
}
</style>
background-color css
<style>
a { background-color: #6A6D53; }
a { background-color: rgb(106,109,83); }
div.DivClassName
{
background-color: #6A6D53;
}
.BgClassName
{
background-color: #6A6D53;
}
</style>
border-color css
<style>
span { border-color: #6A6D53; }
span { border-color: rgb(106,109,83); }
td.TdClassName
{
border-color: #6A6D53;
}
.TagClassName
{
border-color: #6A6D53;
}
</style>