Shades of Siam #6F7746
Tints of Siam #6F7746
RGB
CMYK
RGB Variations
Color information
#6F7746 (or 0x6F7746) is known color: Siam. HEX triplet: 6F, 77 and 46. RGB value is (111,119,70). Sum of RGB (Red+Green+Blue) = 111+119+70=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 119 (46.88% from 255 or 39.67% from 300); Blue value is 70 (27.73% from 255 or 23.33% from 300); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7746 is #9088B9. Grayscale: #6F6F6F. Windows color (decimal): -9472186 or 4618095. OLE color: 4618095.
HSL color Cylindrical-coordinate representation of color #6F7746: hue angle of 69.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F7746 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 70 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.53 |
| HSL | 69.8º | 0.26% | 0.37% | - |
| HSV(B) | 69.8º | 0.41% | 0.47% | - |
| XYZ | 14.26 | 17.02 | 8.33 | - |
| YUV | 111.02 | 104.85 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 70 | 0.07 | 0 | 0.41 | 0.53 | 69.8 | 0.26 | 0.37 |
| Hex | 6F | 77 | 46 | 7 | 0 | 29 | 35 | 46 | 1A | 25 |
| Octal | 157 | 167 | 106 | 7 | 0 | 51 | 65 | 106 | 32 | 45 |
| Binary | 1101111 | 1110111 | 1000110 | 111 | 0 | 101001 | 110101 | 1000110 | 11010 | 100101 |
Color Harmonies of #6F7746
Complementary color
Monochromatic Colors of #6F7746
Black with #6F7746
Text Example
Text Example
White with #6F7746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7746; }
p { color: rgb(111,119,70); }
H1.HeaderClassName
{
color: #6F7746;
}
.AnyTagClassName
{
color: #6F7746;
}
</style>
background-color css
<style>
a { background-color: #6F7746; }
a { background-color: rgb(111,119,70); }
div.DivClassName
{
background-color: #6F7746;
}
.BgClassName
{
background-color: #6F7746;
}
</style>
border-color css
<style>
span { border-color: #6F7746; }
span { border-color: rgb(111,119,70); }
td.TdClassName
{
border-color: #6F7746;
}
.TagClassName
{
border-color: #6F7746;
}
</style>