Shades of Siam #707151
Tints of Siam #707151
RGB
CMYK
RGB Variations
Color information
#707151 (or 0x707151) is known color: Siam. HEX triplet: 70, 71 and 51. RGB value is (112,113,81). Sum of RGB (Red+Green+Blue) = 112+113+81=306 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.60% from 306); Green value is 113 (44.53% from 255 or 36.93% from 306); Blue value is 81 (32.03% from 255 or 26.47% from 306); Max value from RGB is 113 - color contains mainly: green. Hex color #707151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707151 is #8F8EAE. Grayscale: #6D6D6D. Windows color (decimal): -9408175 or 5337456. OLE color: 5337456.
HSL color Cylindrical-coordinate representation of color #707151: hue angle of 61.88º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #707151 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 113 | 81 | - |
| CMYK | 0.01 | 0 | 0.28 | 0.56 |
| HSL | 61.88º | 0.16% | 0.38% | - |
| HSV(B) | 61.88º | 0.28% | 0.44% | - |
| XYZ | 14.07 | 15.85 | 10.1 | - |
| YUV | 109.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 113 | 81 | 0.01 | 0 | 0.28 | 0.56 | 61.88 | 0.16 | 0.38 |
| Hex | 70 | 71 | 51 | 1 | 0 | 1C | 38 | 3E | 10 | 26 |
| Octal | 160 | 161 | 121 | 1 | 0 | 34 | 70 | 76 | 20 | 46 |
| Binary | 1110000 | 1110001 | 1010001 | 1 | 0 | 11100 | 111000 | 111110 | 10000 | 100110 |
Color Harmonies of #707151
Complementary color
Monochromatic Colors of #707151
Black with #707151
Text Example
Text Example
White with #707151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707151; }
p { color: rgb(112,113,81); }
H1.HeaderClassName
{
color: #707151;
}
.AnyTagClassName
{
color: #707151;
}
</style>
background-color css
<style>
a { background-color: #707151; }
a { background-color: rgb(112,113,81); }
div.DivClassName
{
background-color: #707151;
}
.BgClassName
{
background-color: #707151;
}
</style>
border-color css
<style>
span { border-color: #707151; }
span { border-color: rgb(112,113,81); }
td.TdClassName
{
border-color: #707151;
}
.TagClassName
{
border-color: #707151;
}
</style>