Shades of Siam #6F7C42
Tints of Siam #6F7C42
RGB
CMYK
RGB Variations
Color information
#6F7C42 (or 0x6F7C42) is known color: Siam. HEX triplet: 6F, 7C and 42. RGB value is (111,124,66). Sum of RGB (Red+Green+Blue) = 111+124+66=301 (39% of max value = 765). Red value is 111 (43.75% from 255 or 36.88% from 301); Green value is 124 (48.83% from 255 or 41.20% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 124 - color contains mainly: green. Hex color #6F7C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7C42 is #9083BD. Grayscale: #717171. Windows color (decimal): -9470910 or 4357231. OLE color: 4357231.
HSL color Cylindrical-coordinate representation of color #6F7C42: hue angle of 73.45º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F7C42 is Cyan = 0.10, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 111 | 124 | 66 | - |
| CMYK | 0.10 | 0 | 0.47 | 0.51 |
| HSL | 73.45º | 0.31% | 0.37% | - |
| HSV(B) | 73.45º | 0.47% | 0.49% | - |
| XYZ | 14.75 | 18.19 | 7.89 | - |
| YUV | 113.5 | 101.19 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 124 | 66 | 0.10 | 0 | 0.47 | 0.51 | 73.45 | 0.31 | 0.37 |
| Hex | 6F | 7C | 42 | A | 0 | 2F | 33 | 49 | 1F | 25 |
| Octal | 157 | 174 | 102 | 12 | 0 | 57 | 63 | 111 | 37 | 45 |
| Binary | 1101111 | 1111100 | 1000010 | 1010 | 0 | 101111 | 110011 | 1001001 | 11111 | 100101 |
Color Harmonies of #6F7C42
Complementary color
Monochromatic Colors of #6F7C42
Black with #6F7C42
Text Example
Text Example
White with #6F7C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7C42; }
p { color: rgb(111,124,66); }
H1.HeaderClassName
{
color: #6F7C42;
}
.AnyTagClassName
{
color: #6F7C42;
}
</style>
background-color css
<style>
a { background-color: #6F7C42; }
a { background-color: rgb(111,124,66); }
div.DivClassName
{
background-color: #6F7C42;
}
.BgClassName
{
background-color: #6F7C42;
}
</style>
border-color css
<style>
span { border-color: #6F7C42; }
span { border-color: rgb(111,124,66); }
td.TdClassName
{
border-color: #6F7C42;
}
.TagClassName
{
border-color: #6F7C42;
}
</style>