#6F704A

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

Shades of Hemlock #6F704A

Tints of Hemlock #6F704A

Color information

#6F704A (or 0x6F704A) is unknown color: approx Hemlock. HEX triplet: 6F, 70 and 4A. RGB value is (111,112,74). Sum of RGB (Red+Green+Blue) = 111+112+74=297 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37.37% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #6F704A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F704A is #908FB5. Grayscale: #6B6B6B. Windows color (decimal): -9473974 or 4878447. OLE color: 4878447.

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

Color convert

RGB11111274-
CMYK0.0100.340.56
HSL61.58º20.43%36.47%-
HSV(B)61.58º33.93%43.92%-
XYZ13.5915.468.75-
YUV107.37109.17130.59-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 37.37%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 74 (29.30% from 255) = 24.92%
R=37.37%
G=37.71%
B=24.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111112740.0100.340.5661.5820.4336.47
Hex6F704A1022383e1424
Octal157160112104270762444
Binary1101111111000010010101010001011100011111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,112,74); }

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

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

 a { background-color: rgb(111,112,74); }

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

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

 span { border-color: rgb(111,112,74); }

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