#60645D

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

Shades of Willow Grove #60645D

Tints of Willow Grove #60645D

Color information

#60645D (or 0x60645D) is unknown color: approx Willow Grove. HEX triplet: 60, 64 and 5D. RGB value is (96,100,93). Sum of RGB (Red+Green+Blue) = 96+100+93=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 100 (39.45% from 255 or 34.60% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 100 - color contains mainly: green. Hex color #60645D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60645D is #9F9BA2. Grayscale: #626262. Windows color (decimal): -10460067 or 6120544. OLE color: 6120544.

HSL color Cylindrical-coordinate representation of color #60645D: hue angle of 94.29º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #60645D is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB9610093-
CMYK0.0400.070.61
HSL94.29º3.63%37.84%-
HSV(B)94.29º7%39.22%-
XYZ11.3612.3912.15-
YUV98.01125.17126.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 100 (39.45% from 255) = 34.60%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=33.22%
G=34.60%
B=32.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal96100930.0400.070.6194.293.6337.84
Hex60645D4073D5e426
Octal14014413540775136446
Binary11000001100100101110110001111111011011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60645D; }

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

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

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

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

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

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

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

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