#6D6E52

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

Shades of Siam #6D6E52

Tints of Siam #6D6E52

Color information

#6D6E52 (or 0x6D6E52) is unknown color: approx Siam. HEX triplet: 6D, 6E and 52. RGB value is (109,110,82). Sum of RGB (Red+Green+Blue) = 109+110+82=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 110 (43.36% from 255 or 36.54% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6E52 is #9291AD. Grayscale: #6A6A6A. Windows color (decimal): -9605550 or 5402221. OLE color: 5402221.

HSL color Cylindrical-coordinate representation of color #6D6E52: hue angle of 62.14º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D6E52 is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.

Color convert

RGB10911082-
CMYK0.0100.250.57
HSL62.14º14.58%37.65%-
HSV(B)62.14º25.45%43.14%-
XYZ13.4115.0110.17-
YUV106.51114.17129.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 110 (43.36% from 255) = 36.54%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=36.21%
G=36.54%
B=27.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109110820.0100.250.5762.1414.5837.65
Hex6D6E521019393ef26
Octal155156122103171761746
Binary11011011101110101001010110011110011111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,110,82); }

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

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

 a { background-color: rgb(109,110,82); }

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

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

 span { border-color: rgb(109,110,82); }

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