#6E7542

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

Shades of Siam #6E7542

Tints of Siam #6E7542

Color information

#6E7542 (or 0x6E7542) is unknown color: approx Siam. HEX triplet: 6E, 75 and 42. RGB value is (110,117,66). Sum of RGB (Red+Green+Blue) = 110+117+66=293 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.54% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #6E7542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E7542 is #918ABD. Grayscale: #6D6D6D. Windows color (decimal): -9538238 or 4355438. OLE color: 4355438.

HSL color Cylindrical-coordinate representation of color #6E7542: hue angle of 68.24º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6E7542 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB11011766-
CMYK0.0600.440.54
HSL68.24º27.87%35.88%-
HSV(B)68.24º43.59%45.88%-
XYZ13.7816.437.6-
YUV109.09103.68128.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 37.54%
GREEN value IS 117 (46.09% from 255) = 39.93%
BLUE value IS 66 (26.17% from 255) = 22.53%
R=37.54%
G=39.93%
B=22.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110117660.0600.440.5468.2427.8735.88
Hex6E7542602C36441c24
Octal1561651026054661043444
Binary1101110111010110000101100101100110110100010011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,117,66); }

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

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

 a { background-color: rgb(110,117,66); }

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

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

 span { border-color: rgb(110,117,66); }

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