#6D7355

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

Shades of Siam #6D7355

Tints of Siam #6D7355

Color information

#6D7355 (or 0x6D7355) is unknown color: approx Siam. HEX triplet: 6D, 73 and 55. RGB value is (109,115,85). Sum of RGB (Red+Green+Blue) = 109+115+85=309 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.28% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7355 is #928CAA. Grayscale: #6D6D6D. Windows color (decimal): -9604267 or 5600109. OLE color: 5600109.

HSL color Cylindrical-coordinate representation of color #6D7355: hue angle of 72º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D7355 is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB10911585-
CMYK0.0500.260.55
HSL72º15%39.22%-
HSV(B)72º26.09%45.1%-
XYZ14.0816.1710.97-
YUV109.79114.01127.44-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.28%
GREEN value IS 115 (45.31% from 255) = 37.22%
BLUE value IS 85 (33.59% from 255) = 27.51%
R=35.28%
G=37.22%
B=27.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109115850.0500.260.55721539.22
Hex6D7355501A3748f27
Octal1551631255032671101747
Binary11011011110011101010110101101011011110010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,115,85); }

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

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

 a { background-color: rgb(109,115,85); }

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

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

 span { border-color: rgb(109,115,85); }

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