#6F713F

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

Shades of Hemlock #6F713F

Tints of Hemlock #6F713F

Color information

#6F713F (or 0x6F713F) is unknown color: approx Hemlock. HEX triplet: 6F, 71 and 3F. RGB value is (111,113,63). Sum of RGB (Red+Green+Blue) = 111+113+63=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 63 (25% from 255 or 21.95% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #6F713F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F713F is #908EC0. Grayscale: #6A6A6A. Windows color (decimal): -9473729 or 4157807. OLE color: 4157807.

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

Color convert

RGB11111363-
CMYK0.0200.440.56
HSL62.4º28.41%34.51%-
HSV(B)62.4º44.25%44.31%-
XYZ13.3615.557-
YUV106.7103.34131.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 63 (25% from 255) = 21.95%
R=38.68%
G=39.37%
B=21.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111113630.0200.440.5662.428.4134.51
Hex6F713F202C383e1c23
Octal15716177205470763443
Binary1101111111000111111110010110011100011111011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F713F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,113,63); }

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

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

 a { background-color: rgb(111,113,63); }

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

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

 span { border-color: rgb(111,113,63); }

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