#6D704F

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

Shades of Siam #6D704F

Tints of Siam #6D704F

Color information

#6D704F (or 0x6D704F) is unknown color: approx Siam. HEX triplet: 6D, 70 and 4F. RGB value is (109,112,79). Sum of RGB (Red+Green+Blue) = 109+112+79=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 112 - color contains mainly: green. Hex color #6D704F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D704F is #928FB0. Grayscale: #6B6B6B. Windows color (decimal): -9605041 or 5206125. OLE color: 5206125.

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

Color convert

RGB10911279-
CMYK0.0300.290.56
HSL65.45º17.28%37.45%-
HSV(B)65.45º29.46%43.92%-
XYZ13.5115.49.66-
YUV107.34112.01129.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.33%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 79 (31.25% from 255) = 26.33%
R=36.33%
G=37.33%
B=26.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112790.0300.290.5665.4517.2837.45
Hex6D704F301D38411125
Octal1551601173035701012145
Binary11011011110000100111111011101111000100000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D704F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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