Shades of Siam #6F744F
Tints of Siam #6F744F
RGB
CMYK
RGB Variations
Color information
#6F744F (or 0x6F744F) is known color: Siam. HEX triplet: 6F, 74 and 4F. RGB value is (111,116,79). Sum of RGB (Red+Green+Blue) = 111+116+79=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 116 (45.70% from 255 or 37.91% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 116 - color contains mainly: green. Hex color #6F744F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F744F is #908BB0. Grayscale: #6E6E6E. Windows color (decimal): -9472945 or 5207151. OLE color: 5207151.
HSL color Cylindrical-coordinate representation of color #6F744F: hue angle of 68.11º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F744F is Cyan = 0.04, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 116 | 79 | - |
| CMYK | 0.04 | 0 | 0.32 | 0.55 |
| HSL | 68.11º | 0.19% | 0.38% | - |
| HSV(B) | 68.11º | 0.32% | 0.45% | - |
| XYZ | 14.21 | 16.43 | 9.82 | - |
| YUV | 110.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 116 | 79 | 0.04 | 0 | 0.32 | 0.55 | 68.11 | 0.19 | 0.38 |
| Hex | 6F | 74 | 4F | 4 | 0 | 20 | 37 | 44 | 13 | 26 |
| Octal | 157 | 164 | 117 | 4 | 0 | 40 | 67 | 104 | 23 | 46 |
| Binary | 1101111 | 1110100 | 1001111 | 100 | 0 | 100000 | 110111 | 1000100 | 10011 | 100110 |
Color Harmonies of #6F744F
Complementary color
Monochromatic Colors of #6F744F
Black with #6F744F
Text Example
Text Example
White with #6F744F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F744F; }
p { color: rgb(111,116,79); }
H1.HeaderClassName
{
color: #6F744F;
}
.AnyTagClassName
{
color: #6F744F;
}
</style>
background-color css
<style>
a { background-color: #6F744F; }
a { background-color: rgb(111,116,79); }
div.DivClassName
{
background-color: #6F744F;
}
.BgClassName
{
background-color: #6F744F;
}
</style>
border-color css
<style>
span { border-color: #6F744F; }
span { border-color: rgb(111,116,79); }
td.TdClassName
{
border-color: #6F744F;
}
.TagClassName
{
border-color: #6F744F;
}
</style>