#61695A

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

Shades of Willow Grove #61695A

Tints of Willow Grove #61695A

Color information

#61695A (or 0x61695A) is unknown color: approx Willow Grove. HEX triplet: 61, 69 and 5A. RGB value is (97,105,90). Sum of RGB (Red+Green+Blue) = 97+105+90=292 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.22% from 292); Green value is 105 (41.41% from 255 or 35.96% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 105 - color contains mainly: green. Hex color #61695A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61695A is #9E96A5. Grayscale: #646464. Windows color (decimal): -10393254 or 5925217. OLE color: 5925217.

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

Color convert

RGB9710590-
CMYK0.0800.140.59
HSL92º7.69%38.24%-
HSV(B)92º14.29%41.18%-
XYZ11.8313.3811.63-
YUV100.9121.85125.22-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.22%
GREEN value IS 105 (41.41% from 255) = 35.96%
BLUE value IS 90 (35.55% from 255) = 30.82%
R=33.22%
G=35.96%
B=30.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105900.0800.140.59927.6938.24
Hex61695A80E3B5c826
Octal14115113210016731341046
Binary11000011101001101101010000111011101110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61695A; }

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

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

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

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

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

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

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

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