#616349

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

Shades of Woodland #616349

Tints of Woodland #616349

Color information

#616349 (or 0x616349) is unknown color: approx Woodland. HEX triplet: 61, 63 and 49. RGB value is (97,99,73). Sum of RGB (Red+Green+Blue) = 97+99+73=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 99 (39.06% from 255 or 36.80% from 269); Blue value is 73 (28.91% from 255 or 27.14% from 269); Max value from RGB is 99 - color contains mainly: green. Hex color #616349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616349 is #9E9CB6. Grayscale: #5F5F5F. Windows color (decimal): -10394807 or 4809569. OLE color: 4809569.

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

Color convert

RGB979973-
CMYK0.0200.260.61
HSL64.62º15.12%33.73%-
HSV(B)64.62º26.26%38.82%-
XYZ10.5911.958.05-
YUV95.44115.34129.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 99 (39.06% from 255) = 36.80%
BLUE value IS 73 (28.91% from 255) = 27.14%
R=36.06%
G=36.80%
B=27.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799730.0200.260.6164.6215.1233.73
Hex616349201A3D41f22
Octal1411431112032751011742
Binary1100001110001110010011001101011110110000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616349; }

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

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

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

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

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

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

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

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