Shades of Siam #6F7749
Tints of Siam #6F7749
RGB
CMYK
RGB Variations
Color information
#6F7749 (or 0x6F7749) is known color: Siam. HEX triplet: 6F, 77 and 49. RGB value is (111,119,73). Sum of RGB (Red+Green+Blue) = 111+119+73=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7749 is #9088B6. Grayscale: #6F6F6F. Windows color (decimal): -9472183 or 4814703. OLE color: 4814703.
HSL color Cylindrical-coordinate representation of color #6F7749: hue angle of 70.43º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F7749 is Cyan = 0.07, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 73 | - |
| CMYK | 0.07 | 0 | 0.39 | 0.53 |
| HSL | 70.43º | 0.24% | 0.38% | - |
| HSV(B) | 70.43º | 0.39% | 0.47% | - |
| XYZ | 14.35 | 17.05 | 8.84 | - |
| YUV | 111.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 73 | 0.07 | 0 | 0.39 | 0.53 | 70.43 | 0.24 | 0.38 |
| Hex | 6F | 77 | 49 | 7 | 0 | 27 | 35 | 46 | 18 | 26 |
| Octal | 157 | 167 | 111 | 7 | 0 | 47 | 65 | 106 | 30 | 46 |
| Binary | 1101111 | 1110111 | 1001001 | 111 | 0 | 100111 | 110101 | 1000110 | 11000 | 100110 |
Color Harmonies of #6F7749
Complementary color
Monochromatic Colors of #6F7749
Black with #6F7749
Text Example
Text Example
White with #6F7749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7749; }
p { color: rgb(111,119,73); }
H1.HeaderClassName
{
color: #6F7749;
}
.AnyTagClassName
{
color: #6F7749;
}
</style>
background-color css
<style>
a { background-color: #6F7749; }
a { background-color: rgb(111,119,73); }
div.DivClassName
{
background-color: #6F7749;
}
.BgClassName
{
background-color: #6F7749;
}
</style>
border-color css
<style>
span { border-color: #6F7749; }
span { border-color: rgb(111,119,73); }
td.TdClassName
{
border-color: #6F7749;
}
.TagClassName
{
border-color: #6F7749;
}
</style>