#61655D

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

Shades of Willow Grove #61655D

Tints of Willow Grove #61655D

Color information

#61655D (or 0x61655D) is unknown color: approx Willow Grove. HEX triplet: 61, 65 and 5D. RGB value is (97,101,93). Sum of RGB (Red+Green+Blue) = 97+101+93=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 101 - color contains mainly: green. Hex color #61655D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61655D is #9E9AA2. Grayscale: #626262. Windows color (decimal): -10394275 or 6120801. OLE color: 6120801.

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

Color convert

RGB9710193-
CMYK0.0400.080.60
HSL90º4.12%38.04%-
HSV(B)90º7.92%39.61%-
XYZ11.5612.6412.19-
YUV98.89124.67126.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 93 (36.72% from 255) = 31.96%
R=33.33%
G=34.71%
B=31.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101930.0400.080.60904.1238.04
Hex61655D4083C5a426
Octal141145135401074132446
Binary110000111001011011101100010001111001011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61655D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,101,93); }

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

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

 a { background-color: rgb(97,101,93); }

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

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

 span { border-color: rgb(97,101,93); }

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