Shades of Siam #6E7748
Tints of Siam #6E7748
RGB
CMYK
RGB Variations
Color information
#6E7748 (or 0x6E7748) is known color: Siam. HEX triplet: 6E, 77 and 48. RGB value is (110,119,72). Sum of RGB (Red+Green+Blue) = 110+119+72=301 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.54% from 301); Green value is 119 (46.88% from 255 or 39.53% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7748 is #9188B7. Grayscale: #6F6F6F. Windows color (decimal): -9537720 or 4749166. OLE color: 4749166.
HSL color Cylindrical-coordinate representation of color #6E7748: hue angle of 71.49º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6E7748 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 72 | - |
| CMYK | 0.08 | 0 | 0.39 | 0.53 |
| HSL | 71.49º | 0.25% | 0.37% | - |
| HSV(B) | 71.49º | 0.39% | 0.47% | - |
| XYZ | 14.2 | 16.98 | 8.66 | - |
| YUV | 110.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 72 | 0.08 | 0 | 0.39 | 0.53 | 71.49 | 0.25 | 0.37 |
| Hex | 6E | 77 | 48 | 8 | 0 | 27 | 35 | 47 | 19 | 25 |
| Octal | 156 | 167 | 110 | 10 | 0 | 47 | 65 | 107 | 31 | 45 |
| Binary | 1101110 | 1110111 | 1001000 | 1000 | 0 | 100111 | 110101 | 1000111 | 11001 | 100101 |
Color Harmonies of #6E7748
Complementary color
Monochromatic Colors of #6E7748
Black with #6E7748
Text Example
Text Example
White with #6E7748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7748; }
p { color: rgb(110,119,72); }
H1.HeaderClassName
{
color: #6E7748;
}
.AnyTagClassName
{
color: #6E7748;
}
</style>
background-color css
<style>
a { background-color: #6E7748; }
a { background-color: rgb(110,119,72); }
div.DivClassName
{
background-color: #6E7748;
}
.BgClassName
{
background-color: #6E7748;
}
</style>
border-color css
<style>
span { border-color: #6E7748; }
span { border-color: rgb(110,119,72); }
td.TdClassName
{
border-color: #6E7748;
}
.TagClassName
{
border-color: #6E7748;
}
</style>