#6D7059

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

Shades of Siam #6D7059

Tints of Siam #6D7059

Color information

#6D7059 (or 0x6D7059) is unknown color: approx Siam. HEX triplet: 6D, 70 and 59. RGB value is (109,112,89). Sum of RGB (Red+Green+Blue) = 109+112+89=310 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.16% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7059 is #928FA6. Grayscale: #6C6C6C. Windows color (decimal): -9605031 or 5861485. OLE color: 5861485.

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

Color convert

RGB10911289-
CMYK0.0300.210.56
HSL67.83º11.44%39.41%-
HSV(B)67.83º20.54%43.92%-
XYZ13.915.5611.72-
YUV108.48117.01128.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.16%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 89 (35.16% from 255) = 28.71%
R=35.16%
G=36.13%
B=28.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112890.0300.210.5667.8311.4439.41
Hex6D705930153844b27
Octal1551601313025701041347
Binary1101101111000010110011101010111100010001001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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