#6D734B

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

Shades of Siam #6D734B

Tints of Siam #6D734B

Color information

#6D734B (or 0x6D734B) is unknown color: approx Siam. HEX triplet: 6D, 73 and 4B. RGB value is (109,115,75). Sum of RGB (Red+Green+Blue) = 109+115+75=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 115 (45.31% from 255 or 38.46% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 115 - color contains mainly: green. Hex color #6D734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D734B is #928CB4. Grayscale: #6C6C6C. Windows color (decimal): -9604277 or 4944749. OLE color: 4944749.

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

Color convert

RGB10911575-
CMYK0.0500.350.55
HSL69º21.05%37.25%-
HSV(B)69º34.78%45.1%-
XYZ13.7116.029.03-
YUV108.65109.01128.25-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 115 (45.31% from 255) = 38.46%
BLUE value IS 75 (29.69% from 255) = 25.08%
R=36.45%
G=38.46%
B=25.08%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal109115750.0500.350.556921.0537.25
Hex6D734B502337451525
Octal1551631135043671052545
Binary1101101111001110010111010100011110111100010110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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