#6E703E

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

Shades of Hemlock #6E703E

Tints of Hemlock #6E703E

Color information

#6E703E (or 0x6E703E) is unknown color: approx Hemlock. HEX triplet: 6E, 70 and 3E. RGB value is (110,112,62). Sum of RGB (Red+Green+Blue) = 110+112+62=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #6E703E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E703E is #918FC1. Grayscale: #696969. Windows color (decimal): -9539522 or 4092014. OLE color: 4092014.

HSL color Cylindrical-coordinate representation of color #6E703E: hue angle of 62.4º degrees, saturation: 0.29, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6E703E is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB11011262-
CMYK0.0200.450.56
HSL62.4º28.74%34.12%-
HSV(B)62.4º44.64%43.92%-
XYZ13.0915.256.81-
YUV105.7103.34131.07-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.73%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 62 (24.61% from 255) = 21.83%
R=38.73%
G=39.44%
B=21.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110112620.0200.450.5662.428.7434.12
Hex6E703E202D383e1d22
Octal15616076205570763542
Binary1101110111000011111010010110111100011111011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,112,62); }

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

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

 a { background-color: rgb(110,112,62); }

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

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

 span { border-color: rgb(110,112,62); }

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