Shades of Siam #6E7A44
Tints of Siam #6E7A44
RGB
CMYK
RGB Variations
Color information
#6E7A44 (or 0x6E7A44) is known color: Siam. HEX triplet: 6E, 7A and 44. RGB value is (110,122,68). Sum of RGB (Red+Green+Blue) = 110+122+68=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 122 (48.05% from 255 or 40.67% from 300); Blue value is 68 (26.95% from 255 or 22.67% from 300); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7A44 is #9185BB. Grayscale: #707070. Windows color (decimal): -9536956 or 4487790. OLE color: 4487790.
HSL color Cylindrical-coordinate representation of color #6E7A44: hue angle of 73.33º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E7A44 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 68 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.52 |
| HSL | 73.33º | 0.28% | 0.37% | - |
| HSV(B) | 73.33º | 0.44% | 0.48% | - |
| XYZ | 14.43 | 17.65 | 8.12 | - |
| YUV | 112.26 | 103.02 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 68 | 0.10 | 0 | 0.44 | 0.52 | 73.33 | 0.28 | 0.37 |
| Hex | 6E | 7A | 44 | A | 0 | 2C | 34 | 49 | 1C | 25 |
| Octal | 156 | 172 | 104 | 12 | 0 | 54 | 64 | 111 | 34 | 45 |
| Binary | 1101110 | 1111010 | 1000100 | 1010 | 0 | 101100 | 110100 | 1001001 | 11100 | 100101 |
Color Harmonies of #6E7A44
Complementary color
Monochromatic Colors of #6E7A44
Black with #6E7A44
Text Example
Text Example
White with #6E7A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A44; }
p { color: rgb(110,122,68); }
H1.HeaderClassName
{
color: #6E7A44;
}
.AnyTagClassName
{
color: #6E7A44;
}
</style>
background-color css
<style>
a { background-color: #6E7A44; }
a { background-color: rgb(110,122,68); }
div.DivClassName
{
background-color: #6E7A44;
}
.BgClassName
{
background-color: #6E7A44;
}
</style>
border-color css
<style>
span { border-color: #6E7A44; }
span { border-color: rgb(110,122,68); }
td.TdClassName
{
border-color: #6E7A44;
}
.TagClassName
{
border-color: #6E7A44;
}
</style>