Shades of Siam #6F784B
Tints of Siam #6F784B
RGB
CMYK
RGB Variations
Color information
#6F784B (or 0x6F784B) is known color: Siam. HEX triplet: 6F, 78 and 4B. RGB value is (111,120,75). Sum of RGB (Red+Green+Blue) = 111+120+75=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 120 (47.27% from 255 or 39.22% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 120 - color contains mainly: green. Hex color #6F784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F784B is #9087B4. Grayscale: #707070. Windows color (decimal): -9471925 or 4946031. OLE color: 4946031.
HSL color Cylindrical-coordinate representation of color #6F784B: hue angle of 72º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F784B is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 75 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.53 |
| HSL | 72º | 0.23% | 0.38% | - |
| HSV(B) | 72º | 0.38% | 0.47% | - |
| XYZ | 14.54 | 17.32 | 9.23 | - |
| YUV | 112.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 75 | 0.08 | 0 | 0.37 | 0.53 | 72 | 0.23 | 0.38 |
| Hex | 6F | 78 | 4B | 8 | 0 | 25 | 35 | 48 | 17 | 26 |
| Octal | 157 | 170 | 113 | 10 | 0 | 45 | 65 | 110 | 27 | 46 |
| Binary | 1101111 | 1111000 | 1001011 | 1000 | 0 | 100101 | 110101 | 1001000 | 10111 | 100110 |
Color Harmonies of #6F784B
Complementary color
Monochromatic Colors of #6F784B
Black with #6F784B
Text Example
Text Example
White with #6F784B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F784B; }
p { color: rgb(111,120,75); }
H1.HeaderClassName
{
color: #6F784B;
}
.AnyTagClassName
{
color: #6F784B;
}
</style>
background-color css
<style>
a { background-color: #6F784B; }
a { background-color: rgb(111,120,75); }
div.DivClassName
{
background-color: #6F784B;
}
.BgClassName
{
background-color: #6F784B;
}
</style>
border-color css
<style>
span { border-color: #6F784B; }
span { border-color: rgb(111,120,75); }
td.TdClassName
{
border-color: #6F784B;
}
.TagClassName
{
border-color: #6F784B;
}
</style>