#61685C

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

Shades of Willow Grove #61685C

Tints of Willow Grove #61685C

Color information

#61685C (or 0x61685C) is unknown color: approx Willow Grove. HEX triplet: 61, 68 and 5C. RGB value is (97,104,92). Sum of RGB (Red+Green+Blue) = 97+104+92=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 104 - color contains mainly: green. Hex color #61685C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61685C is #9E97A3. Grayscale: #646464. Windows color (decimal): -10393508 or 6056033. OLE color: 6056033.

HSL color Cylindrical-coordinate representation of color #61685C: hue angle of 95º degrees, saturation: 0.06, 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 #61685C is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.59.

Color convert

RGB9710492-
CMYK0.0700.120.59
HSL95º6.12%38.43%-
HSV(B)95º11.54%40.78%-
XYZ11.8113.2112.05-
YUV100.54123.18125.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 104 (41.02% from 255) = 35.49%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=33.11%
G=35.49%
B=31.40%

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
Decimal97104920.0700.120.59956.1238.43
Hex61685C70C3B5f626
Octal141150134701473137646
Binary110000111010001011100111011001110111011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61685C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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