Shades of Siam #6F7845
Tints of Siam #6F7845
RGB
CMYK
RGB Variations
Color information
#6F7845 (or 0x6F7845) is known color: Siam. HEX triplet: 6F, 78 and 45. RGB value is (111,120,69). Sum of RGB (Red+Green+Blue) = 111+120+69=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #6F7845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7845 is #9087BA. Grayscale: #6F6F6F. Windows color (decimal): -9471931 or 4552815. OLE color: 4552815.
HSL color Cylindrical-coordinate representation of color #6F7845: hue angle of 70.59º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F7845 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 69 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.53 |
| HSL | 70.59º | 0.27% | 0.37% | - |
| HSV(B) | 70.59º | 0.43% | 0.47% | - |
| XYZ | 14.35 | 17.24 | 8.2 | - |
| YUV | 111.5 | 104.02 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 69 | 0.08 | 0 | 0.42 | 0.53 | 70.59 | 0.27 | 0.37 |
| Hex | 6F | 78 | 45 | 8 | 0 | 2A | 35 | 47 | 1B | 25 |
| Octal | 157 | 170 | 105 | 10 | 0 | 52 | 65 | 107 | 33 | 45 |
| Binary | 1101111 | 1111000 | 1000101 | 1000 | 0 | 101010 | 110101 | 1000111 | 11011 | 100101 |
Color Harmonies of #6F7845
Complementary color
Monochromatic Colors of #6F7845
Black with #6F7845
Text Example
Text Example
White with #6F7845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7845; }
p { color: rgb(111,120,69); }
H1.HeaderClassName
{
color: #6F7845;
}
.AnyTagClassName
{
color: #6F7845;
}
</style>
background-color css
<style>
a { background-color: #6F7845; }
a { background-color: rgb(111,120,69); }
div.DivClassName
{
background-color: #6F7845;
}
.BgClassName
{
background-color: #6F7845;
}
</style>
border-color css
<style>
span { border-color: #6F7845; }
span { border-color: rgb(111,120,69); }
td.TdClassName
{
border-color: #6F7845;
}
.TagClassName
{
border-color: #6F7845;
}
</style>