#616940

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

Shades of Woodland #616940

Tints of Woodland #616940

Color information

#616940 (or 0x616940) is unknown color: approx Woodland. HEX triplet: 61, 69 and 40. RGB value is (97,105,64). Sum of RGB (Red+Green+Blue) = 97+105+64=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #616940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616940 is #9E96BF. Grayscale: #626262. Windows color (decimal): -10393280 or 4221281. OLE color: 4221281.

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

Color convert

RGB9710564-
CMYK0.0800.390.59
HSL71.71º24.26%33.14%-
HSV(B)71.71º39.05%41.18%-
XYZ10.9113.016.79-
YUV97.93108.85127.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 105 (41.41% from 255) = 39.47%
BLUE value IS 64 (25.39% from 255) = 24.06%
R=36.47%
G=39.47%
B=24.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105640.0800.390.5971.7124.2633.14
Hex61694080273B481821
Octal14115110010047731103041
Binary11000011101001100000010000100111111011100100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616940; }

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

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

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

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

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

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

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

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