#6E784B

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

Shades of Siam #6E784B

Tints of Siam #6E784B

Color information

#6E784B (or 0x6E784B) is unknown color: approx Siam. HEX triplet: 6E, 78 and 4B. RGB value is (110,120,75). Sum of RGB (Red+Green+Blue) = 110+120+75=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 120 (47.27% from 255 or 39.34% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 120 - color contains mainly: green. Hex color #6E784B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E784B is #9187B4. Grayscale: #707070. Windows color (decimal): -9537461 or 4946030. OLE color: 4946030.

HSL color Cylindrical-coordinate representation of color #6E784B: hue angle of 73.33º degrees, saturation: 0.23, 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 #6E784B is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB11012075-
CMYK0.0800.370.53
HSL73.33º23.08%38.24%-
HSV(B)73.33º37.5%47.06%-
XYZ14.4217.269.23-
YUV111.88107.19126.66-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 120 (47.27% from 255) = 39.34%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=36.07%
G=39.34%
B=24.59%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110120750.0800.370.5373.3323.0838.24
Hex6E784B802535491726
Octal15617011310045651112746
Binary11011101111000100101110000100101110101100100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E784B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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