#656960

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

Shades of Willow Grove #656960

Tints of Willow Grove #656960

Color information

#656960 (or 0x656960) is unknown color: approx Willow Grove. HEX triplet: 65, 69 and 60. RGB value is (101,105,96). Sum of RGB (Red+Green+Blue) = 101+105+96=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 105 (41.41% from 255 or 34.77% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 105 - color contains mainly: green. Hex color #656960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656960 is #9A969F. Grayscale: #666666. Windows color (decimal): -10131104 or 6318437. OLE color: 6318437.

HSL color Cylindrical-coordinate representation of color #656960: hue angle of 86.67º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #656960 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB10110596-
CMYK0.0400.090.59
HSL86.67º4.48%39.41%-
HSV(B)86.67º8.57%41.18%-
XYZ12.5313.7113.05-
YUV102.78124.17126.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 105 (41.41% from 255) = 34.77%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=33.44%
G=34.77%
B=31.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal101105960.0400.090.5986.674.4839.41
Hex6569604093B57427
Octal145151140401173127447
Binary110010111010011100000100010011110111010111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656960; }

 p { color: rgb(101,105,96); }

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

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

 a { background-color: rgb(101,105,96); }

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

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

 span { border-color: rgb(101,105,96); }

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