#707648

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

Shades of Siam #707648

Tints of Siam #707648

Color information

#707648 (or 0x707648) is unknown color: approx 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

RGB11211872-
CMYK0.0500.390.54
HSL67.83º24.21%37.25%-
HSV(B)67.83º38.98%46.27%-
XYZ14.3316.878.63-
YUV110.96106.01128.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.09%
GREEN value IS 118 (46.48% from 255) = 39.07%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=37.09%
G=39.07%
B=23.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112118720.0500.390.5467.8324.2137.25
Hex707648502736441825
Octal1601661105047661043045
Binary1110000111011010010001010100111110110100010011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>