#616956

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

Shades of Willow Grove #616956

Tints of Willow Grove #616956

Color information

#616956 (or 0x616956) is unknown color: approx Willow Grove. HEX triplet: 61, 69 and 56. RGB value is (97,105,86). Sum of RGB (Red+Green+Blue) = 97+105+86=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 105 (41.41% from 255 or 36.46% from 288); Blue value is 86 (33.98% from 255 or 29.86% from 288); Max value from RGB is 105 - color contains mainly: green. Hex color #616956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616956 is #9E96A9. Grayscale: #646464. Windows color (decimal): -10393258 or 5663073. OLE color: 5663073.

HSL color Cylindrical-coordinate representation of color #616956: hue angle of 85.26º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #616956 is Cyan = 0.08, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.59.

Color convert

RGB9710586-
CMYK0.0800.180.59
HSL85.26º9.95%37.45%-
HSV(B)85.26º18.1%41.18%-
XYZ11.6613.3210.76-
YUV100.44119.85125.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 105 (41.41% from 255) = 36.46%
BLUE value IS 86 (33.98% from 255) = 29.86%
R=33.68%
G=36.46%
B=29.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105860.0800.180.5985.269.9537.45
Hex61695680123B55a25
Octal14115112610022731251245
Binary110000111010011010110100001001011101110101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616956; }

 p { color: rgb(97,105,86); }

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

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

 a { background-color: rgb(97,105,86); }

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

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

 span { border-color: rgb(97,105,86); }

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