#6D7040

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

Shades of Hemlock #6D7040

Tints of Hemlock #6D7040

Color information

#6D7040 (or 0x6D7040) is unknown color: approx Hemlock. HEX triplet: 6D, 70 and 40. RGB value is (109,112,64). Sum of RGB (Red+Green+Blue) = 109+112+64=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7040 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7040 is #928FBF. Grayscale: #696969. Windows color (decimal): -9605056 or 4223085. OLE color: 4223085.

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

Color convert

RGB10911264-
CMYK0.0300.430.56
HSL63.75º27.27%34.51%-
HSV(B)63.75º42.86%43.92%-
XYZ13.0315.217.1-
YUV105.63104.51130.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 64 (25.39% from 255) = 22.46%
R=38.25%
G=39.30%
B=22.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal109112640.0300.430.5663.7527.2734.51
Hex6D7040302B38401b23
Octal1551601003053701003343
Binary110110111100001000000110101011111000100000011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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