#6F7565

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

Shades of Willow Grove #6F7565

Tints of Willow Grove #6F7565

Color information

#6F7565 (or 0x6F7565) is unknown color: approx Willow Grove. HEX triplet: 6F, 75 and 65. RGB value is (111,117,101). Sum of RGB (Red+Green+Blue) = 111+117+101=329 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.74% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 117 - color contains mainly: green. Hex color #6F7565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7565 is #908A9A. Grayscale: #717171. Windows color (decimal): -9472667 or 6649199. OLE color: 6649199.

HSL color Cylindrical-coordinate representation of color #6F7565: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F7565 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB111117101-
CMYK0.0500.140.54
HSL82.5º7.34%42.75%-
HSV(B)82.5º13.68%45.88%-
XYZ15.2717.0414.8-
YUV113.38121.01126.3-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.74%
GREEN value IS 117 (46.09% from 255) = 35.56%
BLUE value IS 101 (39.84% from 255) = 30.70%
R=33.74%
G=35.56%
B=30.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1111171010.0500.140.5482.57.3442.75
Hex6F756550E365272b
Octal157165145501666122753
Binary110111111101011100101101011101101101010010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,117,101); }

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

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

 a { background-color: rgb(111,117,101); }

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

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

 span { border-color: rgb(111,117,101); }

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