Shades of Siam #6E7350
Tints of Siam #6E7350
RGB
CMYK
RGB Variations
Color information
#6E7350 (or 0x6E7350) is known color: Siam. HEX triplet: 6E, 73 and 50. RGB value is (110,115,80). Sum of RGB (Red+Green+Blue) = 110+115+80=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7350 is #918CAF. Grayscale: #6D6D6D. Windows color (decimal): -9538736 or 5272430. OLE color: 5272430.
HSL color Cylindrical-coordinate representation of color #6E7350: hue angle of 68.57º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E7350 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 80 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.55 |
| HSL | 68.57º | 0.18% | 0.38% | - |
| HSV(B) | 68.57º | 0.3% | 0.45% | - |
| XYZ | 14.01 | 16.16 | 9.97 | - |
| YUV | 109.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 80 | 0.04 | 0 | 0.30 | 0.55 | 68.57 | 0.18 | 0.38 |
| Hex | 6E | 73 | 50 | 4 | 0 | 1E | 37 | 45 | 12 | 26 |
| Octal | 156 | 163 | 120 | 4 | 0 | 36 | 67 | 105 | 22 | 46 |
| Binary | 1101110 | 1110011 | 1010000 | 100 | 0 | 11110 | 110111 | 1000101 | 10010 | 100110 |
Color Harmonies of #6E7350
Complementary color
Monochromatic Colors of #6E7350
Black with #6E7350
Text Example
Text Example
White with #6E7350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7350; }
p { color: rgb(110,115,80); }
H1.HeaderClassName
{
color: #6E7350;
}
.AnyTagClassName
{
color: #6E7350;
}
</style>
background-color css
<style>
a { background-color: #6E7350; }
a { background-color: rgb(110,115,80); }
div.DivClassName
{
background-color: #6E7350;
}
.BgClassName
{
background-color: #6E7350;
}
</style>
border-color css
<style>
span { border-color: #6E7350; }
span { border-color: rgb(110,115,80); }
td.TdClassName
{
border-color: #6E7350;
}
.TagClassName
{
border-color: #6E7350;
}
</style>