#6D774C

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

Shades of Siam #6D774C

Tints of Siam #6D774C

Color information

#6D774C (or 0x6D774C) is unknown color: approx Siam. HEX triplet: 6D, 77 and 4C. RGB value is (109,119,76). Sum of RGB (Red+Green+Blue) = 109+119+76=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 119 (46.88% from 255 or 39.14% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 119 - color contains mainly: green. Hex color #6D774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D774C is #9288B3. Grayscale: #6F6F6F. Windows color (decimal): -9603252 or 5011309. OLE color: 5011309.

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

Color convert

RGB10911976-
CMYK0.0800.360.53
HSL73.95º22.05%38.24%-
HSV(B)73.95º36.13%46.67%-
XYZ14.2116.979.36-
YUV111.11108.19126.5-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 119 (46.88% from 255) = 39.14%
BLUE value IS 76 (30.08% from 255) = 25%
R=35.86%
G=39.14%
B=25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109119760.0800.360.5373.9522.0538.24
Hex6D774C8024354a1626
Octal15516711410044651122646
Binary11011011110111100110010000100100110101100101010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D774C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,119,76); }

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

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

 a { background-color: rgb(109,119,76); }

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

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

 span { border-color: rgb(109,119,76); }

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