#646960

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

Shades of Willow Grove #646960

Tints of Willow Grove #646960

Color information

#646960 (or 0x646960) is unknown color: approx Willow Grove. HEX triplet: 64, 69 and 60. RGB value is (100,105,96). Sum of RGB (Red+Green+Blue) = 100+105+96=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 105 (41.41% from 255 or 34.88% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 105 - color contains mainly: green. Hex color #646960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646960 is #9B969F. Grayscale: #666666. Windows color (decimal): -10196640 or 6318436. OLE color: 6318436.

HSL color Cylindrical-coordinate representation of color #646960: hue angle of 93.33º 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 #646960 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB10010596-
CMYK0.0500.090.59
HSL93.33º4.48%39.41%-
HSV(B)93.33º8.57%41.18%-
XYZ12.4213.6613.05-
YUV102.48124.34126.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.22%
GREEN value IS 105 (41.41% from 255) = 34.88%
BLUE value IS 96 (37.89% from 255) = 31.89%
R=33.22%
G=34.88%
B=31.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal100105960.0500.090.5993.334.4839.41
Hex6469605093B5d427
Octal144151140501173135447
Binary110010011010011100000101010011110111011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646960; }

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

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

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

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

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

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

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

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