Shades of Siam #6E7648
Tints of Siam #6E7648
RGB
CMYK
RGB Variations
Color information
#6E7648 (or 0x6E7648) is known color: Siam. HEX triplet: 6E, 76 and 48. RGB value is (110,118,72). Sum of RGB (Red+Green+Blue) = 110+118+72=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 118 (46.48% from 255 or 39.33% from 300); Blue value is 72 (28.52% from 255 or 24% from 300); Max value from RGB is 118 - color contains mainly: green. Hex color #6E7648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7648 is #9189B7. Grayscale: #6E6E6E. Windows color (decimal): -9537976 or 4748910. OLE color: 4748910.
HSL color Cylindrical-coordinate representation of color #6E7648: hue angle of 70.43º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E7648 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 118 | 72 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.54 |
| HSL | 70.43º | 0.24% | 0.37% | - |
| HSV(B) | 70.43º | 0.39% | 0.46% | - |
| XYZ | 14.08 | 16.74 | 8.62 | - |
| YUV | 110.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 118 | 72 | 0.07 | 0 | 0.39 | 0.54 | 70.43 | 0.24 | 0.37 |
| Hex | 6E | 76 | 48 | 7 | 0 | 27 | 36 | 46 | 18 | 25 |
| Octal | 156 | 166 | 110 | 7 | 0 | 47 | 66 | 106 | 30 | 45 |
| Binary | 1101110 | 1110110 | 1001000 | 111 | 0 | 100111 | 110110 | 1000110 | 11000 | 100101 |
Color Harmonies of #6E7648
Complementary color
Monochromatic Colors of #6E7648
Black with #6E7648
Text Example
Text Example
White with #6E7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7648; }
p { color: rgb(110,118,72); }
H1.HeaderClassName
{
color: #6E7648;
}
.AnyTagClassName
{
color: #6E7648;
}
</style>
background-color css
<style>
a { background-color: #6E7648; }
a { background-color: rgb(110,118,72); }
div.DivClassName
{
background-color: #6E7648;
}
.BgClassName
{
background-color: #6E7648;
}
</style>
border-color css
<style>
span { border-color: #6E7648; }
span { border-color: rgb(110,118,72); }
td.TdClassName
{
border-color: #6E7648;
}
.TagClassName
{
border-color: #6E7648;
}
</style>