#6D734F

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

Shades of Siam #6D734F

Tints of Siam #6D734F

Color information

#6D734F (or 0x6D734F) is unknown color: approx Siam. HEX triplet: 6D, 73 and 4F. RGB value is (109,115,79). Sum of RGB (Red+Green+Blue) = 109+115+79=303 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.97% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #6D734F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D734F is #928CB0. Grayscale: #6D6D6D. Windows color (decimal): -9604273 or 5206893. OLE color: 5206893.

HSL color Cylindrical-coordinate representation of color #6D734F: hue angle of 70º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D734F is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB10911579-
CMYK0.0500.310.55
HSL70º18.56%38.04%-
HSV(B)70º31.3%45.1%-
XYZ13.8516.089.77-
YUV109.1111.01127.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.97%
GREEN value IS 115 (45.31% from 255) = 37.95%
BLUE value IS 79 (31.25% from 255) = 26.07%
R=35.97%
G=37.95%
B=26.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109115790.0500.310.557018.5638.04
Hex6D734F501F37461326
Octal1551631175037671062346
Binary110110111100111001111101011111110111100011010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,115,79); }

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

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

 a { background-color: rgb(109,115,79); }

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

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

 span { border-color: rgb(109,115,79); }

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