#6E713C

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

Shades of Hemlock #6E713C

Tints of Hemlock #6E713C

Color information

#6E713C (or 0x6E713C) is unknown color: approx Hemlock. HEX triplet: 6E, 71 and 3C. RGB value is (110,113,60). Sum of RGB (Red+Green+Blue) = 110+113+60=283 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.87% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 113 - color contains mainly: green. Hex color #6E713C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E713C is #918EC3. Grayscale: #6A6A6A. Windows color (decimal): -9539268 or 3961198. OLE color: 3961198.

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

Color convert

RGB11011360-
CMYK0.0300.470.56
HSL63.4º30.64%33.92%-
HSV(B)63.4º46.9%44.31%-
XYZ13.1515.456.56-
YUV106.06102.01130.81-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 38.87%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 60 (23.83% from 255) = 21.20%
R=38.87%
G=39.93%
B=21.20%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal110113600.0300.470.5663.430.6433.92
Hex6E713C302F383f1f22
Octal15616174305770773742
Binary1101110111000111110011010111111100011111111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E713C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,113,60); }

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

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

 a { background-color: rgb(110,113,60); }

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

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

 span { border-color: rgb(110,113,60); }

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