#6D7848

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

Shades of Siam #6D7848

Tints of Siam #6D7848

Color information

#6D7848 (or 0x6D7848) is unknown color: approx Siam. HEX triplet: 6D, 78 and 48. RGB value is (109,120,72). Sum of RGB (Red+Green+Blue) = 109+120+72=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 120 - color contains mainly: green. Hex color #6D7848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7848 is #9287B7. Grayscale: #6F6F6F. Windows color (decimal): -9603000 or 4749421. OLE color: 4749421.

HSL color Cylindrical-coordinate representation of color #6D7848: hue angle of 73.75º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6D7848 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB10912072-
CMYK0.0900.400.53
HSL73.75º25%37.65%-
HSV(B)73.75º40%47.06%-
XYZ14.1917.158.69-
YUV111.24105.86126.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=36.21%
G=39.87%
B=23.92%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109120720.0900.400.5373.752537.65
Hex6D78489028354a1926
Octal15517011011050651123146
Binary11011011111000100100010010101000110101100101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,120,72); }

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

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

 a { background-color: rgb(109,120,72); }

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

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

 span { border-color: rgb(109,120,72); }

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