Shades of Siam #6F774D
Tints of Siam #6F774D
RGB
CMYK
RGB Variations
Color information
#6F774D (or 0x6F774D) is known color: Siam. HEX triplet: 6F, 77 and 4D. RGB value is (111,119,77). Sum of RGB (Red+Green+Blue) = 111+119+77=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #6F774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F774D is #9088B2. Grayscale: #6F6F6F. Windows color (decimal): -9472179 or 5076847. OLE color: 5076847.
HSL color Cylindrical-coordinate representation of color #6F774D: hue angle of 71.43º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6F774D is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 77 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.53 |
| HSL | 71.43º | 0.21% | 0.38% | - |
| HSV(B) | 71.43º | 0.35% | 0.47% | - |
| XYZ | 14.49 | 17.11 | 9.56 | - |
| YUV | 111.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 77 | 0.07 | 0 | 0.35 | 0.53 | 71.43 | 0.21 | 0.38 |
| Hex | 6F | 77 | 4D | 7 | 0 | 23 | 35 | 47 | 15 | 26 |
| Octal | 157 | 167 | 115 | 7 | 0 | 43 | 65 | 107 | 25 | 46 |
| Binary | 1101111 | 1110111 | 1001101 | 111 | 0 | 100011 | 110101 | 1000111 | 10101 | 100110 |
Color Harmonies of #6F774D
Complementary color
Monochromatic Colors of #6F774D
Black with #6F774D
Text Example
Text Example
White with #6F774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F774D; }
p { color: rgb(111,119,77); }
H1.HeaderClassName
{
color: #6F774D;
}
.AnyTagClassName
{
color: #6F774D;
}
</style>
background-color css
<style>
a { background-color: #6F774D; }
a { background-color: rgb(111,119,77); }
div.DivClassName
{
background-color: #6F774D;
}
.BgClassName
{
background-color: #6F774D;
}
</style>
border-color css
<style>
span { border-color: #6F774D; }
span { border-color: rgb(111,119,77); }
td.TdClassName
{
border-color: #6F774D;
}
.TagClassName
{
border-color: #6F774D;
}
</style>