Shades of Siam #6E7542
Tints of Siam #6E7542
RGB
CMYK
RGB Variations
Color information
#6E7542 (or 0x6E7542) is known color: Siam. HEX triplet: 6E, 75 and 42. RGB value is (110,117,66). Sum of RGB (Red+Green+Blue) = 110+117+66=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7542 is #918ABD. Grayscale: #6D6D6D. Windows color (decimal): -9538238 or 4355438. OLE color: 4355438.
HSL color Cylindrical-coordinate representation of color #6E7542: hue angle of 68.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E7542 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 110 | 117 | 66 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.54 |
| HSL | 68.24º | 0.28% | 0.36% | - |
| HSV(B) | 68.24º | 0.44% | 0.46% | - |
| XYZ | 13.78 | 16.43 | 7.6 | - |
| YUV | 109.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 117 | 66 | 0.06 | 0 | 0.44 | 0.54 | 68.24 | 0.28 | 0.36 |
| Hex | 6E | 75 | 42 | 6 | 0 | 2C | 36 | 44 | 1C | 24 |
| Octal | 156 | 165 | 102 | 6 | 0 | 54 | 66 | 104 | 34 | 44 |
| Binary | 1101110 | 1110101 | 1000010 | 110 | 0 | 101100 | 110110 | 1000100 | 11100 | 100100 |
Color Harmonies of #6E7542
Complementary color
Monochromatic Colors of #6E7542
Black with #6E7542
Text Example
Text Example
White with #6E7542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7542; }
p { color: rgb(110,117,66); }
H1.HeaderClassName
{
color: #6E7542;
}
.AnyTagClassName
{
color: #6E7542;
}
</style>
background-color css
<style>
a { background-color: #6E7542; }
a { background-color: rgb(110,117,66); }
div.DivClassName
{
background-color: #6E7542;
}
.BgClassName
{
background-color: #6E7542;
}
</style>
border-color css
<style>
span { border-color: #6E7542; }
span { border-color: rgb(110,117,66); }
td.TdClassName
{
border-color: #6E7542;
}
.TagClassName
{
border-color: #6E7542;
}
</style>