Shades of Siam #707643
Tints of Siam #707643
RGB
CMYK
RGB Variations
Color information
#707643 (or 0x707643) is known color: Siam. HEX triplet: 70, 76 and 43. RGB value is (112,118,67). Sum of RGB (Red+Green+Blue) = 112+118+67=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 67 (26.56% from 255 or 22.56% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #707643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707643 is #8F89BC. Grayscale: #6E6E6E. Windows color (decimal): -9406909 or 4421232. OLE color: 4421232.
HSL color Cylindrical-coordinate representation of color #707643: hue angle of 67.06º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #707643 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 67 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.54 |
| HSL | 67.06º | 0.28% | 0.36% | - |
| HSV(B) | 67.06º | 0.43% | 0.46% | - |
| XYZ | 14.17 | 16.81 | 7.81 | - |
| YUV | 110.39 | 103.51 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 67 | 0.05 | 0 | 0.43 | 0.54 | 67.06 | 0.28 | 0.36 |
| Hex | 70 | 76 | 43 | 5 | 0 | 2B | 36 | 43 | 1C | 24 |
| Octal | 160 | 166 | 103 | 5 | 0 | 53 | 66 | 103 | 34 | 44 |
| Binary | 1110000 | 1110110 | 1000011 | 101 | 0 | 101011 | 110110 | 1000011 | 11100 | 100100 |
Color Harmonies of #707643
Complementary color
Monochromatic Colors of #707643
Black with #707643
Text Example
Text Example
White with #707643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707643; }
p { color: rgb(112,118,67); }
H1.HeaderClassName
{
color: #707643;
}
.AnyTagClassName
{
color: #707643;
}
</style>
background-color css
<style>
a { background-color: #707643; }
a { background-color: rgb(112,118,67); }
div.DivClassName
{
background-color: #707643;
}
.BgClassName
{
background-color: #707643;
}
</style>
border-color css
<style>
span { border-color: #707643; }
span { border-color: rgb(112,118,67); }
td.TdClassName
{
border-color: #707643;
}
.TagClassName
{
border-color: #707643;
}
</style>