#6E7348

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

Shades of Siam #6E7348

Tints of Siam #6E7348

Color information

#6E7348 (or 0x6E7348) is unknown color: approx Siam. HEX triplet: 6E, 73 and 48. RGB value is (110,115,72). Sum of RGB (Red+Green+Blue) = 110+115+72=297 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.04% from 297); Green value is 115 (45.31% from 255 or 38.72% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7348 is #918CB7. Grayscale: #6C6C6C. Windows color (decimal): -9538744 or 4748142. OLE color: 4748142.

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

Color convert

RGB11011572-
CMYK0.0400.370.55
HSL66.98º22.99%36.67%-
HSV(B)66.98º37.39%45.1%-
XYZ13.7316.048.5-
YUV108.6107.34129-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.04%
GREEN value IS 115 (45.31% from 255) = 38.72%
BLUE value IS 72 (28.52% from 255) = 24.24%
R=37.04%
G=38.72%
B=24.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110115720.0400.370.5566.9822.9936.67
Hex6E7348402537431725
Octal1561631104045671032745
Binary1101110111001110010001000100101110111100001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,115,72); }

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

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

 a { background-color: rgb(110,115,72); }

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

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

 span { border-color: rgb(110,115,72); }

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