#707346

Color #707346 Siam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Siam #707346

Tints of Siam #707346

Color information

#707346 (or 0x707346) is unknown color: approx Siam. HEX triplet: 70, 73 and 46. RGB value is (112,115,70). Sum of RGB (Red+Green+Blue) = 112+115+70=297 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.71% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 70 (27.73% from 255 or 23.57% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #707346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707346 is #8F8CB9. Grayscale: #6D6D6D. Windows color (decimal): -9407674 or 4617072. OLE color: 4617072.

HSL color Cylindrical-coordinate representation of color #707346: hue angle of 64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #707346 is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB11211570-
CMYK0.0300.390.55
HSL64º24.32%36.27%-
HSV(B)64º39.13%45.1%-
XYZ13.9216.158.18-
YUV108.97106.01130.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 37.71%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 70 (27.73% from 255) = 23.57%
R=37.71%
G=38.72%
B=23.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115700.0300.390.556424.3236.27
Hex707346302737401824
Octal1601631063047671003044
Binary111000011100111000110110100111110111100000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707346; }

 p { color: rgb(112,115,70); }

 H1.HeaderClassName
 {
   color: #707346;
 }
 .AnyTagClassName
 {
   color: #707346;
 }
</style>
background-color css

<style>
 a { background-color: #707346; }

 a { background-color: rgb(112,115,70); }

 div.DivClassName
 {
   background-color: #707346;
 }
 .BgClassName
 {
   background-color: #707346;
 }
</style>
border-color css

<style>
 span { border-color: #707346; }

 span { border-color: rgb(112,115,70); }

 td.TdClassName
 {
   border-color: #707346;
 }
 .TagClassName
 {
   border-color: #707346;
 }
</style>