#60655C

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

Shades of Willow Grove #60655C

Tints of Willow Grove #60655C

Color information

#60655C (or 0x60655C) is unknown color: approx Willow Grove. HEX triplet: 60, 65 and 5C. RGB value is (96,101,92). Sum of RGB (Red+Green+Blue) = 96+101+92=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 101 (39.84% from 255 or 34.95% from 289); Blue value is 92 (36.33% from 255 or 31.83% from 289); Max value from RGB is 101 - color contains mainly: green. Hex color #60655C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60655C is #9F9AA3. Grayscale: #626262. Windows color (decimal): -10459812 or 6055264. OLE color: 6055264.

HSL color Cylindrical-coordinate representation of color #60655C: hue angle of 93.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #60655C is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB9610192-
CMYK0.0500.090.60
HSL93.33º4.66%37.84%-
HSV(B)93.33º8.91%39.61%-
XYZ11.4112.5711.95-
YUV98.48124.34126.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 101 (39.84% from 255) = 34.95%
BLUE value IS 92 (36.33% from 255) = 31.83%
R=33.22%
G=34.95%
B=31.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101920.0500.090.6093.334.6637.84
Hex60655C5093C5d526
Octal140145134501174135546
Binary110000011001011011100101010011111001011101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60655C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60655C; }

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

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

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

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

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

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

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

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