#6D6F4A

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

Shades of Siam #6D6F4A

Tints of Siam #6D6F4A

Color information

#6D6F4A (or 0x6D6F4A) is unknown color: approx Siam. HEX triplet: 6D, 6F and 4A. RGB value is (109,111,74). Sum of RGB (Red+Green+Blue) = 109+111+74=294 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.07% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #6D6F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6F4A is #9290B5. Grayscale: #6A6A6A. Windows color (decimal): -9605302 or 4878189. OLE color: 4878189.

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

Color convert

RGB10911174-
CMYK0.0200.330.56
HSL63.24º20%36.27%-
HSV(B)63.24º33.33%43.53%-
XYZ13.2315.118.7-
YUV106.18109.84130.01-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.07%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 74 (29.30% from 255) = 25.17%
R=37.07%
G=37.76%
B=25.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109111740.0200.330.5663.242036.27
Hex6D6F4A2021383f1424
Octal155157112204170772444
Binary11011011101111100101010010000111100011111110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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