#6D6E4A

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

Shades of Hemlock #6D6E4A

Tints of Hemlock #6D6E4A

Color information

#6D6E4A (or 0x6D6E4A) is unknown color: approx Hemlock. HEX triplet: 6D, 6E and 4A. RGB value is (109,110,74). Sum of RGB (Red+Green+Blue) = 109+110+74=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 74 (29.30% from 255 or 25.26% from 293); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6E4A is #9291B5. Grayscale: #696969. Windows color (decimal): -9605558 or 4877933. OLE color: 4877933.

HSL color Cylindrical-coordinate representation of color #6D6E4A: hue angle of 61.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D6E4A is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB10911074-
CMYK0.0100.330.57
HSL61.67º19.57%36.08%-
HSV(B)61.67º32.73%43.14%-
XYZ13.1214.98.66-
YUV105.6110.17130.43-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.20%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 74 (29.30% from 255) = 25.26%
R=37.20%
G=37.54%
B=25.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109110740.0100.330.5761.6719.5736.08
Hex6D6E4A1021393e1424
Octal155156112104171762444
Binary1101101110111010010101010000111100111111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,110,74); }

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

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

 a { background-color: rgb(109,110,74); }

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

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

 span { border-color: rgb(109,110,74); }

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