#61685B

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

Shades of Willow Grove #61685B

Tints of Willow Grove #61685B

Color information

#61685B (or 0x61685B) is unknown color: approx Willow Grove. HEX triplet: 61, 68 and 5B. RGB value is (97,104,91). Sum of RGB (Red+Green+Blue) = 97+104+91=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 104 - color contains mainly: green. Hex color #61685B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61685B is #9E97A4. Grayscale: #646464. Windows color (decimal): -10393509 or 5990497. OLE color: 5990497.

HSL color Cylindrical-coordinate representation of color #61685B: hue angle of 92.31º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #61685B is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB9710491-
CMYK0.0700.120.59
HSL92.31º6.67%38.24%-
HSV(B)92.31º12.5%40.78%-
XYZ11.7713.211.82-
YUV100.42122.68125.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 104 (41.02% from 255) = 35.62%
BLUE value IS 91 (35.94% from 255) = 31.16%
R=33.22%
G=35.62%
B=31.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97104910.0700.120.5992.316.6738.24
Hex61685B70C3B5c726
Octal141150133701473134746
Binary110000111010001011011111011001110111011100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61685B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61685B; }

 p { color: rgb(97,104,91); }

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

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

 a { background-color: rgb(97,104,91); }

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

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

 span { border-color: rgb(97,104,91); }

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