#6F845C

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

Shades of Willow Grove #6F845C

Tints of Willow Grove #6F845C

Color information

#6F845C (or 0x6F845C) is unknown color: approx Willow Grove. HEX triplet: 6F, 84 and 5C. RGB value is (111,132,92). Sum of RGB (Red+Green+Blue) = 111+132+92=335 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.13% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #6F845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F845C is #907BA3. Grayscale: #797979. Windows color (decimal): -9468836 or 6063215. OLE color: 6063215.

HSL color Cylindrical-coordinate representation of color #6F845C: hue angle of 91.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F845C is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB11113292-
CMYK0.1600.300.48
HSL91.5º17.86%43.92%-
HSV(B)91.5º30.3%51.76%-
XYZ16.7420.6513.23-
YUV121.16111.54120.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.13%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 92 (36.33% from 255) = 27.46%
R=33.13%
G=39.40%
B=27.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111132920.1600.300.4891.517.8643.92
Hex6F845C1001E305c122c
Octal15720413420036601342254
Binary110111110000100101110010000011110110000101110010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F845C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,92); }

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

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

 a { background-color: rgb(111,132,92); }

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

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

 span { border-color: rgb(111,132,92); }

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