Html Css Color HEX #6D7040 Hemlock

📋 copy color: '#6D7040'

red 109 ◦ green 112 ◦ blue 64

#6D7040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hemlock #6D7040

Tints of Hemlock #6D7040

RGB

 RED value IS 109 (42.97% from 255) = 38.25%

 GREEN value IS 112 (44.14% from 255) = 39.3%

 BLUE value IS 64 (25.39% from 255) = 22.46%

R = 38.25%
G = 39.3%
B = 22.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#6D7040 (or 0x6D7040) is known color: 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

RGB 109 112 64 -
CMYK 0.03 0 0.43 0.56
HSL 63.75º 0.27% 0.35% -
HSV(B) 63.75º 0.43% 0.44% -
XYZ 13.03 15.21 7.1 -
YUV 105.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 109 112 64 0.03 0 0.43 0.56 63.75 0.27 0.35
Hex 6D 70 40 3 0 2B 38 40 1B 23
Octal 155 160 100 3 0 53 70 100 33 43
Binary 1101101 1110000 1000000 11 0 101011 111000 1000000 11011 100011

Color Harmonies of #6D7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7040

Black with #6D7040

Text Example


Text Example

White with #6D7040

Text Example


Text Example

HTML Codes & Css Web 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>