#6E754F

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

Shades of Siam #6E754F

Tints of Siam #6E754F

Color information

#6E754F (or 0x6E754F) is unknown color: approx Siam. HEX triplet: 6E, 75 and 4F. RGB value is (110,117,79). Sum of RGB (Red+Green+Blue) = 110+117+79=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #6E754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E754F is #918AB0. Grayscale: #6E6E6E. Windows color (decimal): -9538225 or 5207406. OLE color: 5207406.

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

Color convert

RGB11011779-
CMYK0.0600.320.54
HSL71.05º19.39%38.43%-
HSV(B)71.05º32.48%45.88%-
XYZ14.216.69.85-
YUV110.58110.18127.59-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.95%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 79 (31.25% from 255) = 25.82%
R=35.95%
G=38.24%
B=25.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110117790.0600.320.5471.0519.3938.43
Hex6E754F602036471326
Octal1561651176040661072346
Binary1101110111010110011111100100000110110100011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E754F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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