#6D754B

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

Shades of Siam #6D754B

Tints of Siam #6D754B

Color information

#6D754B (or 0x6D754B) is unknown color: approx Siam. HEX triplet: 6D, 75 and 4B. RGB value is (109,117,75). Sum of RGB (Red+Green+Blue) = 109+117+75=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 117 - color contains mainly: green. Hex color #6D754B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D754B is #928AB4. Grayscale: #6D6D6D. Windows color (decimal): -9603765 or 4945261. OLE color: 4945261.

HSL color Cylindrical-coordinate representation of color #6D754B: hue angle of 71.43º 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 #6D754B is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.54.

Color convert

RGB10911775-
CMYK0.0700.360.54
HSL71.43º21.88%37.65%-
HSV(B)71.43º35.9%45.88%-
XYZ13.9416.489.1-
YUV109.82108.35127.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 117 (46.09% from 255) = 38.87%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=36.21%
G=38.87%
B=24.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal109117750.0700.360.5471.4321.8837.65
Hex6D754B702436471626
Octal1551651137044661072646
Binary1101101111010110010111110100100110110100011110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D754B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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