Shades of Siam #707648
Tints of Siam #707648
RGB
CMYK
RGB Variations
Color information
#707648 (or 0x707648) is known color: Siam. HEX triplet: 70, 76 and 48. RGB value is (112,118,72). Sum of RGB (Red+Green+Blue) = 112+118+72=302 (40% of max value = 765). Red value is 112 (44.14% from 255 or 37.09% from 302); Green value is 118 (46.48% from 255 or 39.07% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 118 - color contains mainly: green. Hex color #707648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707648 is #8F89B7. Grayscale: #6F6F6F. Windows color (decimal): -9406904 or 4748912. OLE color: 4748912.
HSL color Cylindrical-coordinate representation of color #707648: hue angle of 67.83º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #707648 is Cyan = 0.05, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 72 | - |
| CMYK | 0.05 | 0 | 0.39 | 0.54 |
| HSL | 67.83º | 0.24% | 0.37% | - |
| HSV(B) | 67.83º | 0.39% | 0.46% | - |
| XYZ | 14.33 | 16.87 | 8.63 | - |
| YUV | 110.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 72 | 0.05 | 0 | 0.39 | 0.54 | 67.83 | 0.24 | 0.37 |
| Hex | 70 | 76 | 48 | 5 | 0 | 27 | 36 | 44 | 18 | 25 |
| Octal | 160 | 166 | 110 | 5 | 0 | 47 | 66 | 104 | 30 | 45 |
| Binary | 1110000 | 1110110 | 1001000 | 101 | 0 | 100111 | 110110 | 1000100 | 11000 | 100101 |
Color Harmonies of #707648
Complementary color
Monochromatic Colors of #707648
Black with #707648
Text Example
Text Example
White with #707648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707648; }
p { color: rgb(112,118,72); }
H1.HeaderClassName
{
color: #707648;
}
.AnyTagClassName
{
color: #707648;
}
</style>
background-color css
<style>
a { background-color: #707648; }
a { background-color: rgb(112,118,72); }
div.DivClassName
{
background-color: #707648;
}
.BgClassName
{
background-color: #707648;
}
</style>
border-color css
<style>
span { border-color: #707648; }
span { border-color: rgb(112,118,72); }
td.TdClassName
{
border-color: #707648;
}
.TagClassName
{
border-color: #707648;
}
</style>