Shades of Siam #6F7640
Tints of Siam #6F7640
RGB
CMYK
RGB Variations
Color information
#6F7640 (or 0x6F7640) is known color: Siam. HEX triplet: 6F, 76 and 40. RGB value is (111,118,64). Sum of RGB (Red+Green+Blue) = 111+118+64=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7640 is #9089BF. Grayscale: #6D6D6D. Windows color (decimal): -9472448 or 4224623. OLE color: 4224623.
HSL color Cylindrical-coordinate representation of color #6F7640: hue angle of 67.78º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F7640 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 64 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.54 |
| HSL | 67.78º | 0.3% | 0.36% | - |
| HSV(B) | 67.78º | 0.46% | 0.46% | - |
| XYZ | 13.96 | 16.71 | 7.34 | - |
| YUV | 109.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 64 | 0.06 | 0 | 0.46 | 0.54 | 67.78 | 0.3 | 0.36 |
| Hex | 6F | 76 | 40 | 6 | 0 | 2E | 36 | 44 | 1E | 24 |
| Octal | 157 | 166 | 100 | 6 | 0 | 56 | 66 | 104 | 36 | 44 |
| Binary | 1101111 | 1110110 | 1000000 | 110 | 0 | 101110 | 110110 | 1000100 | 11110 | 100100 |
Color Harmonies of #6F7640
Complementary color
Monochromatic Colors of #6F7640
Black with #6F7640
Text Example
Text Example
White with #6F7640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7640; }
p { color: rgb(111,118,64); }
H1.HeaderClassName
{
color: #6F7640;
}
.AnyTagClassName
{
color: #6F7640;
}
</style>
background-color css
<style>
a { background-color: #6F7640; }
a { background-color: rgb(111,118,64); }
div.DivClassName
{
background-color: #6F7640;
}
.BgClassName
{
background-color: #6F7640;
}
</style>
border-color css
<style>
span { border-color: #6F7640; }
span { border-color: rgb(111,118,64); }
td.TdClassName
{
border-color: #6F7640;
}
.TagClassName
{
border-color: #6F7640;
}
</style>