Shades of Siam #6E7353
Tints of Siam #6E7353
RGB
CMYK
RGB Variations
Color information
#6E7353 (or 0x6E7353) is known color: Siam. HEX triplet: 6E, 73 and 53. RGB value is (110,115,83). Sum of RGB (Red+Green+Blue) = 110+115+83=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7353 is #918CAC. Grayscale: #6D6D6D. Windows color (decimal): -9538733 or 5469038. OLE color: 5469038.
HSL color Cylindrical-coordinate representation of color #6E7353: hue angle of 69.38º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E7353 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 83 | - |
| CMYK | 0.04 | 0 | 0.28 | 0.55 |
| HSL | 69.38º | 0.16% | 0.39% | - |
| HSV(B) | 69.38º | 0.28% | 0.45% | - |
| XYZ | 14.12 | 16.2 | 10.57 | - |
| YUV | 109.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 83 | 0.04 | 0 | 0.28 | 0.55 | 69.38 | 0.16 | 0.39 |
| Hex | 6E | 73 | 53 | 4 | 0 | 1C | 37 | 45 | 10 | 27 |
| Octal | 156 | 163 | 123 | 4 | 0 | 34 | 67 | 105 | 20 | 47 |
| Binary | 1101110 | 1110011 | 1010011 | 100 | 0 | 11100 | 110111 | 1000101 | 10000 | 100111 |
Color Harmonies of #6E7353
Complementary color
Monochromatic Colors of #6E7353
Black with #6E7353
Text Example
Text Example
White with #6E7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7353; }
p { color: rgb(110,115,83); }
H1.HeaderClassName
{
color: #6E7353;
}
.AnyTagClassName
{
color: #6E7353;
}
</style>
background-color css
<style>
a { background-color: #6E7353; }
a { background-color: rgb(110,115,83); }
div.DivClassName
{
background-color: #6E7353;
}
.BgClassName
{
background-color: #6E7353;
}
</style>
border-color css
<style>
span { border-color: #6E7353; }
span { border-color: rgb(110,115,83); }
td.TdClassName
{
border-color: #6E7353;
}
.TagClassName
{
border-color: #6E7353;
}
</style>