#6E7C47

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

Shades of Siam #6E7C47

Tints of Siam #6E7C47

Color information

#6E7C47 (or 0x6E7C47) is unknown color: approx Siam. HEX triplet: 6E, 7C and 47. RGB value is (110,124,71). Sum of RGB (Red+Green+Blue) = 110+124+71=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 71 (28.12% from 255 or 23.28% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7C47 is #9183B8. Grayscale: #717171. Windows color (decimal): -9536441 or 4684910. OLE color: 4684910.

HSL color Cylindrical-coordinate representation of color #6E7C47: hue angle of 75.85º degrees, saturation: 0.27, 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 #6E7C47 is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.51.

Color convert

RGB11012471-
CMYK0.1100.430.51
HSL75.85º27.18%38.24%-
HSV(B)75.85º42.74%48.63%-
XYZ14.7818.198.69-
YUV113.77103.86125.31-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 124 (48.83% from 255) = 40.66%
BLUE value IS 71 (28.12% from 255) = 23.28%
R=36.07%
G=40.66%
B=23.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110124710.1100.430.5175.8527.1838.24
Hex6E7C47B02B334c1b26
Octal15617410713053631143346
Binary11011101111100100011110110101011110011100110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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