#61695B

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

Shades of Willow Grove #61695B

Tints of Willow Grove #61695B

Color information

#61695B (or 0x61695B) is unknown color: approx Willow Grove. HEX triplet: 61, 69 and 5B. RGB value is (97,105,91). Sum of RGB (Red+Green+Blue) = 97+105+91=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 105 - color contains mainly: green. Hex color #61695B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61695B is #9E96A4. Grayscale: #656565. Windows color (decimal): -10393253 or 5990753. OLE color: 5990753.

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

Color convert

RGB9710591-
CMYK0.0800.130.59
HSL94.29º7.14%38.43%-
HSV(B)94.29º13.33%41.18%-
XYZ11.8713.411.86-
YUV101.01122.35125.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.11%
GREEN value IS 105 (41.41% from 255) = 35.84%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=33.11%
G=35.84%
B=31.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105910.0800.130.5994.297.1438.43
Hex61695B80D3B5e726
Octal1411511331001573136746
Binary1100001110100110110111000011011110111011110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61695B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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