#6F775E

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

Shades of Willow Grove #6F775E

Tints of Willow Grove #6F775E

Color information

#6F775E (or 0x6F775E) is unknown color: approx Willow Grove. HEX triplet: 6F, 77 and 5E. RGB value is (111,119,94). Sum of RGB (Red+Green+Blue) = 111+119+94=324 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.26% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 119 - color contains mainly: green. Hex color #6F775E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F775E is #9088A1. Grayscale: #717171. Windows color (decimal): -9472162 or 6190959. OLE color: 6190959.

HSL color Cylindrical-coordinate representation of color #6F775E: hue angle of 79.2º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F775E is Cyan = 0.07, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB11111994-
CMYK0.0700.210.53
HSL79.2º11.74%41.76%-
HSV(B)79.2º21.01%46.67%-
XYZ15.1717.3813.14-
YUV113.76116.85126.03-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.26%
GREEN value IS 119 (46.88% from 255) = 36.73%
BLUE value IS 94 (37.11% from 255) = 29.01%
R=34.26%
G=36.73%
B=29.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111119940.0700.210.5379.211.7441.76
Hex6F775E7015354fc2a
Octal1571671367025651171452
Binary11011111110111101111011101010111010110011111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,119,94); }

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

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

 a { background-color: rgb(111,119,94); }

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

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

 span { border-color: rgb(111,119,94); }

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