#616249

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

Shades of Woodland #616249

Tints of Woodland #616249

Color information

#616249 (or 0x616249) is unknown color: approx Woodland. HEX triplet: 61, 62 and 49. RGB value is (97,98,73). Sum of RGB (Red+Green+Blue) = 97+98+73=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #616249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616249 is #9E9DB6. Grayscale: #5E5E5E. Windows color (decimal): -10395063 or 4809313. OLE color: 4809313.

HSL color Cylindrical-coordinate representation of color #616249: hue angle of 62.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #616249 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB979873-
CMYK0.0100.260.62
HSL62.4º14.62%33.53%-
HSV(B)62.4º25.51%38.43%-
XYZ10.511.768.02-
YUV94.85115.67129.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 73 (28.91% from 255) = 27.24%
R=36.19%
G=36.57%
B=27.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9798730.0100.260.6262.414.6233.53
Hex616249101A3E3ef22
Octal141142111103276761742
Binary11000011100010100100110110101111101111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616249; }

 p { color: rgb(97,98,73); }

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

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

 a { background-color: rgb(97,98,73); }

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

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

 span { border-color: rgb(97,98,73); }

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