#6D7C46

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

Shades of Siam #6D7C46

Tints of Siam #6D7C46

Color information

#6D7C46 (or 0x6D7C46) is unknown color: approx Siam. HEX triplet: 6D, 7C and 46. RGB value is (109,124,70). Sum of RGB (Red+Green+Blue) = 109+124+70=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7C46 is #9283B9. Grayscale: #717171. Windows color (decimal): -9601978 or 4619373. OLE color: 4619373.

HSL color Cylindrical-coordinate representation of color #6D7C46: 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.44%. Process color model (Four color, CMYK) of #6D7C46 is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.

Color convert

RGB10912470-
CMYK0.1200.440.51
HSL76.67º27.84%38.04%-
HSV(B)76.67º43.55%48.63%-
XYZ14.6218.118.52-
YUV113.36103.53124.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 70 (27.73% from 255) = 23.10%
R=35.97%
G=40.92%
B=23.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal109124700.1200.440.5176.6727.8438.04
Hex6D7C46C02C334d1c26
Octal15517410614054631153446
Binary11011011111100100011011000101100110011100110111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,124,70); }

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

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

 a { background-color: rgb(109,124,70); }

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

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

 span { border-color: rgb(109,124,70); }

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