Shades of Siam #6F764A
Tints of Siam #6F764A
RGB
CMYK
RGB Variations
Color information
#6F764A (or 0x6F764A) is known color: Siam. HEX triplet: 6F, 76 and 4A. RGB value is (111,118,74). Sum of RGB (Red+Green+Blue) = 111+118+74=303 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.63% from 303); Green value is 118 (46.48% from 255 or 38.94% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 118 - color contains mainly: green. Hex color #6F764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F764A is #9089B5. Grayscale: #6F6F6F. Windows color (decimal): -9472438 or 4879983. OLE color: 4879983.
HSL color Cylindrical-coordinate representation of color #6F764A: hue angle of 69.55º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F764A is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 74 | - |
| CMYK | 0.06 | 0 | 0.37 | 0.54 |
| HSL | 69.55º | 0.23% | 0.38% | - |
| HSV(B) | 69.55º | 0.37% | 0.46% | - |
| XYZ | 14.27 | 16.83 | 8.98 | - |
| YUV | 110.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 74 | 0.06 | 0 | 0.37 | 0.54 | 69.55 | 0.23 | 0.38 |
| Hex | 6F | 76 | 4A | 6 | 0 | 25 | 36 | 46 | 17 | 26 |
| Octal | 157 | 166 | 112 | 6 | 0 | 45 | 66 | 106 | 27 | 46 |
| Binary | 1101111 | 1110110 | 1001010 | 110 | 0 | 100101 | 110110 | 1000110 | 10111 | 100110 |
Color Harmonies of #6F764A
Complementary color
Monochromatic Colors of #6F764A
Black with #6F764A
Text Example
Text Example
White with #6F764A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F764A; }
p { color: rgb(111,118,74); }
H1.HeaderClassName
{
color: #6F764A;
}
.AnyTagClassName
{
color: #6F764A;
}
</style>
background-color css
<style>
a { background-color: #6F764A; }
a { background-color: rgb(111,118,74); }
div.DivClassName
{
background-color: #6F764A;
}
.BgClassName
{
background-color: #6F764A;
}
</style>
border-color css
<style>
span { border-color: #6F764A; }
span { border-color: rgb(111,118,74); }
td.TdClassName
{
border-color: #6F764A;
}
.TagClassName
{
border-color: #6F764A;
}
</style>