#6D7056

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

Shades of Siam #6D7056

Tints of Siam #6D7056

Color information

#6D7056 (or 0x6D7056) is unknown color: approx Siam. HEX triplet: 6D, 70 and 56. RGB value is (109,112,86). Sum of RGB (Red+Green+Blue) = 109+112+86=307 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.50% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7056 is #928FA9. Grayscale: #6C6C6C. Windows color (decimal): -9605034 or 5664877. OLE color: 5664877.

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

Color convert

RGB10911286-
CMYK0.0300.230.56
HSL66.92º13.13%38.82%-
HSV(B)66.92º23.21%43.92%-
XYZ13.7815.5111.07-
YUV108.14115.51128.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.50%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 86 (33.98% from 255) = 28.01%
R=35.50%
G=36.48%
B=28.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112860.0300.230.5666.9213.1338.82
Hex6D705630173843d27
Octal1551601263027701031547
Binary1101101111000010101101101011111100010000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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