#6E754B

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

Shades of Siam #6E754B

Tints of Siam #6E754B

Color information

#6E754B (or 0x6E754B) is unknown color: approx Siam. HEX triplet: 6E, 75 and 4B. RGB value is (110,117,75). Sum of RGB (Red+Green+Blue) = 110+117+75=302 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.42% from 302); Green value is 117 (46.09% from 255 or 38.74% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 117 - color contains mainly: green. Hex color #6E754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E754B is #918AB4. Grayscale: #6E6E6E. Windows color (decimal): -9538229 or 4945262. OLE color: 4945262.

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

Color convert

RGB11011775-
CMYK0.0600.360.54
HSL70º21.88%37.65%-
HSV(B)70º35.9%45.88%-
XYZ14.0616.559.11-
YUV110.12108.18127.92-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.42%
GREEN value IS 117 (46.09% from 255) = 38.74%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=36.42%
G=38.74%
B=24.83%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110117750.0600.360.547021.8837.65
Hex6E754B602436461626
Octal1561651136044661062646
Binary1101110111010110010111100100100110110100011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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