#6D7249

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

Shades of Siam #6D7249

Tints of Siam #6D7249

Color information

#6D7249 (or 0x6D7249) is unknown color: approx Siam. HEX triplet: 6D, 72 and 49. RGB value is (109,114,73). Sum of RGB (Red+Green+Blue) = 109+114+73=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 114 (44.92% from 255 or 38.51% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7249 is #928DB6. Grayscale: #6B6B6B. Windows color (decimal): -9604535 or 4813421. OLE color: 4813421.

HSL color Cylindrical-coordinate representation of color #6D7249: hue angle of 67.32º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D7249 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB10911473-
CMYK0.0400.360.55
HSL67.32º21.93%36.67%-
HSV(B)67.32º35.96%44.71%-
XYZ13.5315.778.63-
YUV107.83108.34128.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.82%
GREEN value IS 114 (44.92% from 255) = 38.51%
BLUE value IS 73 (28.91% from 255) = 24.66%
R=36.82%
G=38.51%
B=24.66%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109114730.0400.360.5567.3221.9336.67
Hex6D7249402437431625
Octal1551621114044671032645
Binary1101101111001010010011000100100110111100001110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,114,73); }

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

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

 a { background-color: rgb(109,114,73); }

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

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

 span { border-color: rgb(109,114,73); }

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