#6D6F4C

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

Shades of Siam #6D6F4C

Tints of Siam #6D6F4C

Color information

#6D6F4C (or 0x6D6F4C) is unknown color: approx Siam. HEX triplet: 6D, 6F and 4C. RGB value is (109,111,76). Sum of RGB (Red+Green+Blue) = 109+111+76=296 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.82% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #6D6F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6F4C is #9290B3. Grayscale: #6A6A6A. Windows color (decimal): -9605300 or 5009261. OLE color: 5009261.

HSL color Cylindrical-coordinate representation of color #6D6F4C: hue angle of 63.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D6F4C is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.56.

Color convert

RGB10911176-
CMYK0.0200.320.56
HSL63.43º18.72%36.67%-
HSV(B)63.43º31.53%43.53%-
XYZ13.315.149.06-
YUV106.41110.84129.85-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.82%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 76 (30.08% from 255) = 25.68%
R=36.82%
G=37.5%
B=25.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109111760.0200.320.5663.4318.7236.67
Hex6D6F4C2020383f1325
Octal155157114204070772345
Binary11011011101111100110010010000011100011111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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