#6D764F

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

Shades of Siam #6D764F

Tints of Siam #6D764F

Color information

#6D764F (or 0x6D764F) is unknown color: approx Siam. HEX triplet: 6D, 76 and 4F. RGB value is (109,118,79). Sum of RGB (Red+Green+Blue) = 109+118+79=306 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.62% from 306); Green value is 118 (46.48% from 255 or 38.56% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 118 - color contains mainly: green. Hex color #6D764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D764F is #9289B0. Grayscale: #6F6F6F. Windows color (decimal): -9603505 or 5207661. OLE color: 5207661.

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

Color convert

RGB10911879-
CMYK0.0800.330.54
HSL73.85º19.8%38.63%-
HSV(B)73.85º33.05%46.27%-
XYZ14.216.779.89-
YUV110.86110.02126.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.62%
GREEN value IS 118 (46.48% from 255) = 38.56%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=35.62%
G=38.56%
B=25.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109118790.0800.330.5473.8519.838.63
Hex6D764F8021364a1427
Octal15516611710041661122447
Binary11011011110110100111110000100001110110100101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D764F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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