Shades of Siam #6F7844
Tints of Siam #6F7844
RGB
CMYK
RGB Variations
Color information
#6F7844 (or 0x6F7844) is known color: Siam. HEX triplet: 6F, 78 and 44. RGB value is (111,120,68). Sum of RGB (Red+Green+Blue) = 111+120+68=299 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.12% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7844 is #9087BB. Grayscale: #6F6F6F. Windows color (decimal): -9471932 or 4487279. OLE color: 4487279.
HSL color Cylindrical-coordinate representation of color #6F7844: hue angle of 70.38º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F7844 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 68 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.53 |
| HSL | 70.38º | 0.28% | 0.37% | - |
| HSV(B) | 70.38º | 0.43% | 0.47% | - |
| XYZ | 14.32 | 17.23 | 8.04 | - |
| YUV | 111.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 68 | 0.08 | 0 | 0.43 | 0.53 | 70.38 | 0.28 | 0.37 |
| Hex | 6F | 78 | 44 | 8 | 0 | 2B | 35 | 46 | 1C | 25 |
| Octal | 157 | 170 | 104 | 10 | 0 | 53 | 65 | 106 | 34 | 45 |
| Binary | 1101111 | 1111000 | 1000100 | 1000 | 0 | 101011 | 110101 | 1000110 | 11100 | 100101 |
Color Harmonies of #6F7844
Complementary color
Monochromatic Colors of #6F7844
Black with #6F7844
Text Example
Text Example
White with #6F7844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7844; }
p { color: rgb(111,120,68); }
H1.HeaderClassName
{
color: #6F7844;
}
.AnyTagClassName
{
color: #6F7844;
}
</style>
background-color css
<style>
a { background-color: #6F7844; }
a { background-color: rgb(111,120,68); }
div.DivClassName
{
background-color: #6F7844;
}
.BgClassName
{
background-color: #6F7844;
}
</style>
border-color css
<style>
span { border-color: #6F7844; }
span { border-color: rgb(111,120,68); }
td.TdClassName
{
border-color: #6F7844;
}
.TagClassName
{
border-color: #6F7844;
}
</style>