#6E734E

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

Shades of Siam #6E734E

Tints of Siam #6E734E

Color information

#6E734E (or 0x6E734E) is unknown color: approx Siam. HEX triplet: 6E, 73 and 4E. RGB value is (110,115,78). Sum of RGB (Red+Green+Blue) = 110+115+78=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #6E734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E734E is #918CB1. Grayscale: #6D6D6D. Windows color (decimal): -9538738 or 5141358. OLE color: 5141358.

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

Color convert

RGB11011578-
CMYK0.0400.320.55
HSL68.11º19.17%37.84%-
HSV(B)68.11º32.17%45.1%-
XYZ13.9416.139.59-
YUV109.29110.34128.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 78 (30.86% from 255) = 25.74%
R=36.30%
G=37.95%
B=25.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110115780.0400.320.5568.1119.1737.84
Hex6E734E402037441326
Octal1561631164040671042346
Binary1101110111001110011101000100000110111100010010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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