#6E7D47

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

Shades of Siam #6E7D47

Tints of Siam #6E7D47

Color information

#6E7D47 (or 0x6E7D47) is unknown color: approx Siam. HEX triplet: 6E, 7D and 47. RGB value is (110,125,71). Sum of RGB (Red+Green+Blue) = 110+125+71=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 125 (49.22% from 255 or 40.85% from 306); Blue value is 71 (28.12% from 255 or 23.20% from 306); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7D47 is #9182B8. Grayscale: #727272. Windows color (decimal): -9536185 or 4685166. OLE color: 4685166.

HSL color Cylindrical-coordinate representation of color #6E7D47: hue angle of 76.67º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E7D47 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB11012571-
CMYK0.1200.430.51
HSL76.67º27.55%38.43%-
HSV(B)76.67º43.2%49.02%-
XYZ14.918.448.73-
YUV114.36103.53124.89-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 125 (49.22% from 255) = 40.85%
BLUE value IS 71 (28.12% from 255) = 23.20%
R=35.95%
G=40.85%
B=23.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110125710.1200.430.5176.6727.5538.43
Hex6E7D47C02B334d1c26
Octal15617510714053631153446
Binary11011101111101100011111000101011110011100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E7D47; }

 p { color: rgb(110,125,71); }

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

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

 a { background-color: rgb(110,125,71); }

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

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

 span { border-color: rgb(110,125,71); }

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