#6F7240

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

Shades of Hemlock #6F7240

Tints of Hemlock #6F7240

Color information

#6F7240 (or 0x6F7240) is unknown color: approx Hemlock. HEX triplet: 6F, 72 and 40. RGB value is (111,114,64). Sum of RGB (Red+Green+Blue) = 111+114+64=289 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.41% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7240 is #908DBF. Grayscale: #6B6B6B. Windows color (decimal): -9473472 or 4223599. OLE color: 4223599.

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

Color convert

RGB11111464-
CMYK0.0300.440.55
HSL63.6º28.09%34.9%-
HSV(B)63.6º43.86%44.71%-
XYZ13.515.787.19-
YUV107.4103.51130.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.41%
GREEN value IS 114 (44.92% from 255) = 39.45%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=38.41%
G=39.45%
B=22.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111114640.0300.440.5563.628.0934.9
Hex6F7240302C37401c23
Octal1571621003054671003443
Binary110111111100101000000110101100110111100000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,114,64); }

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

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

 a { background-color: rgb(111,114,64); }

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

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

 span { border-color: rgb(111,114,64); }

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