#656F52

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

Shades of Willow Grove #656F52

Tints of Willow Grove #656F52

Color information

#656F52 (or 0x656F52) is unknown color: approx Willow Grove. HEX triplet: 65, 6F and 52. RGB value is (101,111,82). Sum of RGB (Red+Green+Blue) = 101+111+82=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 111 (43.75% from 255 or 37.76% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 111 - color contains mainly: green. Hex color #656F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656F52 is #9A90AD. Grayscale: #686868. Windows color (decimal): -10129582 or 5402469. OLE color: 5402469.

HSL color Cylindrical-coordinate representation of color #656F52: hue angle of 80.69º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #656F52 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB10111182-
CMYK0.0900.260.56
HSL80.69º15.03%37.84%-
HSV(B)80.69º26.13%43.53%-
XYZ12.5714.7410.17-
YUV104.7115.19125.36-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.35%
GREEN value IS 111 (43.75% from 255) = 37.76%
BLUE value IS 82 (32.42% from 255) = 27.89%
R=34.35%
G=37.76%
B=27.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101111820.0900.260.5680.6915.0337.84
Hex656F52901A3851f26
Octal14515712211032701211746
Binary110010111011111010010100101101011100010100011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656F52; }

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

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

<style>
 a { background-color: #656F52; }

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

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

<style>
 span { border-color: #656F52; }

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

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