Shades of Siam #6E7054
Tints of Siam #6E7054
RGB
CMYK
RGB Variations
Color information
#6E7054 (or 0x6E7054) is known color: Siam. HEX triplet: 6E, 70 and 54. RGB value is (110,112,84). Sum of RGB (Red+Green+Blue) = 110+112+84=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 112 (44.14% from 255 or 36.60% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7054 is #918FAB. Grayscale: #6C6C6C. Windows color (decimal): -9539500 or 5533806. OLE color: 5533806.
HSL color Cylindrical-coordinate representation of color #6E7054: hue angle of 64.29º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E7054 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 84 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.56 |
| HSL | 64.29º | 0.14% | 0.38% | - |
| HSV(B) | 64.29º | 0.25% | 0.44% | - |
| XYZ | 13.82 | 15.54 | 10.66 | - |
| YUV | 108.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 84 | 0.02 | 0 | 0.25 | 0.56 | 64.29 | 0.14 | 0.38 |
| Hex | 6E | 70 | 54 | 2 | 0 | 19 | 38 | 40 | E | 26 |
| Octal | 156 | 160 | 124 | 2 | 0 | 31 | 70 | 100 | 16 | 46 |
| Binary | 1101110 | 1110000 | 1010100 | 10 | 0 | 11001 | 111000 | 1000000 | 1110 | 100110 |
Color Harmonies of #6E7054
Complementary color
Monochromatic Colors of #6E7054
Black with #6E7054
Text Example
Text Example
White with #6E7054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7054; }
p { color: rgb(110,112,84); }
H1.HeaderClassName
{
color: #6E7054;
}
.AnyTagClassName
{
color: #6E7054;
}
</style>
background-color css
<style>
a { background-color: #6E7054; }
a { background-color: rgb(110,112,84); }
div.DivClassName
{
background-color: #6E7054;
}
.BgClassName
{
background-color: #6E7054;
}
</style>
border-color css
<style>
span { border-color: #6E7054; }
span { border-color: rgb(110,112,84); }
td.TdClassName
{
border-color: #6E7054;
}
.TagClassName
{
border-color: #6E7054;
}
</style>