Shades of Siam #6E7A46
Tints of Siam #6E7A46
RGB
CMYK
RGB Variations
Color information
#6E7A46 (or 0x6E7A46) is known color: Siam. HEX triplet: 6E, 7A and 46. RGB value is (110,122,70). Sum of RGB (Red+Green+Blue) = 110+122+70=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #6E7A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7A46 is #9185B9. Grayscale: #707070. Windows color (decimal): -9536954 or 4618862. OLE color: 4618862.
HSL color Cylindrical-coordinate representation of color #6E7A46: hue angle of 73.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E7A46 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 110 | 122 | 70 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.52 |
| HSL | 73.85º | 0.27% | 0.38% | - |
| HSV(B) | 73.85º | 0.43% | 0.48% | - |
| XYZ | 14.5 | 17.68 | 8.44 | - |
| YUV | 112.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 122 | 70 | 0.10 | 0 | 0.43 | 0.52 | 73.85 | 0.27 | 0.38 |
| Hex | 6E | 7A | 46 | A | 0 | 2B | 34 | 4A | 1B | 26 |
| Octal | 156 | 172 | 106 | 12 | 0 | 53 | 64 | 112 | 33 | 46 |
| Binary | 1101110 | 1111010 | 1000110 | 1010 | 0 | 101011 | 110100 | 1001010 | 11011 | 100110 |
Color Harmonies of #6E7A46
Complementary color
Monochromatic Colors of #6E7A46
Black with #6E7A46
Text Example
Text Example
White with #6E7A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7A46; }
p { color: rgb(110,122,70); }
H1.HeaderClassName
{
color: #6E7A46;
}
.AnyTagClassName
{
color: #6E7A46;
}
</style>
background-color css
<style>
a { background-color: #6E7A46; }
a { background-color: rgb(110,122,70); }
div.DivClassName
{
background-color: #6E7A46;
}
.BgClassName
{
background-color: #6E7A46;
}
</style>
border-color css
<style>
span { border-color: #6E7A46; }
span { border-color: rgb(110,122,70); }
td.TdClassName
{
border-color: #6E7A46;
}
.TagClassName
{
border-color: #6E7A46;
}
</style>