#616A3B

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

Shades of Woodland #616A3B

Tints of Woodland #616A3B

Color information

#616A3B (or 0x616A3B) is unknown color: approx Woodland. HEX triplet: 61, 6A and 3B. RGB value is (97,106,59). Sum of RGB (Red+Green+Blue) = 97+106+59=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 106 - color contains mainly: green. Hex color #616A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616A3B is #9E95C4. Grayscale: #626262. Windows color (decimal): -10393029 or 3893857. OLE color: 3893857.

HSL color Cylindrical-coordinate representation of color #616A3B: hue angle of 71.49º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #616A3B is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB9710659-
CMYK0.0800.440.58
HSL71.49º28.48%32.35%-
HSV(B)71.49º44.34%41.57%-
XYZ10.8713.176.11-
YUV97.95106.02127.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 59 (23.44% from 255) = 22.52%
R=37.02%
G=40.46%
B=22.52%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97106590.0800.440.5871.4928.4832.35
Hex616A3B802C3A471c20
Octal1411527310054721073440
Binary1100001110101011101110000101100111010100011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616A3B; }

 p { color: rgb(97,106,59); }

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

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

 a { background-color: rgb(97,106,59); }

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

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

 span { border-color: rgb(97,106,59); }

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