#6D7650

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

Shades of Siam #6D7650

Tints of Siam #6D7650

Color information

#6D7650 (or 0x6D7650) is unknown color: approx Siam. HEX triplet: 6D, 76 and 50. RGB value is (109,118,80). Sum of RGB (Red+Green+Blue) = 109+118+80=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 118 (46.48% from 255 or 38.44% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7650 is #9289AF. Grayscale: #6F6F6F. Windows color (decimal): -9603504 or 5273197. OLE color: 5273197.

HSL color Cylindrical-coordinate representation of color #6D7650: hue angle of 74.21º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D7650 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB10911880-
CMYK0.0800.320.54
HSL74.21º19.19%38.82%-
HSV(B)74.21º32.2%46.27%-
XYZ14.2316.7910.08-
YUV110.98110.52126.59-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 118 (46.48% from 255) = 38.44%
BLUE value IS 80 (31.64% from 255) = 26.06%
R=35.50%
G=38.44%
B=26.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109118800.0800.320.5474.2119.1938.82
Hex6D76508020364a1327
Octal15516612010040661122347
Binary11011011110110101000010000100000110110100101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,118,80); }

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

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

 a { background-color: rgb(109,118,80); }

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

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

 span { border-color: rgb(109,118,80); }

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