#6E784A

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

Shades of Siam #6E784A

Tints of Siam #6E784A

Color information

#6E784A (or 0x6E784A) is unknown color: approx Siam. HEX triplet: 6E, 78 and 4A. RGB value is (110,120,74). Sum of RGB (Red+Green+Blue) = 110+120+74=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 120 (47.27% from 255 or 39.47% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 120 - color contains mainly: green. Hex color #6E784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E784A is #9187B5. Grayscale: #6F6F6F. Windows color (decimal): -9537462 or 4880494. OLE color: 4880494.

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

Color convert

RGB11012074-
CMYK0.0800.380.53
HSL73.04º23.71%38.04%-
HSV(B)73.04º38.33%47.06%-
XYZ14.3817.249.05-
YUV111.77106.69126.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.18%
GREEN value IS 120 (47.27% from 255) = 39.47%
BLUE value IS 74 (29.30% from 255) = 24.34%
R=36.18%
G=39.47%
B=24.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110120740.0800.380.5373.0423.7138.04
Hex6E784A802635491826
Octal15617011210046651113046
Binary11011101111000100101010000100110110101100100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,120,74); }

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

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

 a { background-color: rgb(110,120,74); }

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

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

 span { border-color: rgb(110,120,74); }

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