#616346

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

Shades of Woodland #616346

Tints of Woodland #616346

Color information

#616346 (or 0x616346) is unknown color: approx Woodland. HEX triplet: 61, 63 and 46. RGB value is (97,99,70). Sum of RGB (Red+Green+Blue) = 97+99+70=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 99 (39.06% from 255 or 37.22% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 99 - color contains mainly: green. Hex color #616346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616346 is #9E9CB9. Grayscale: #5F5F5F. Windows color (decimal): -10394810 or 4612961. OLE color: 4612961.

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

Color convert

RGB979970-
CMYK0.0200.290.61
HSL64.14º17.16%33.14%-
HSV(B)64.14º29.29%38.82%-
XYZ10.511.917.54-
YUV95.1113.84129.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 99 (39.06% from 255) = 37.22%
BLUE value IS 70 (27.73% from 255) = 26.32%
R=36.47%
G=37.22%
B=26.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799700.0200.290.6164.1417.1633.14
Hex616346201D3D401121
Octal1411431062035751002141
Binary11000011100011100011010011101111101100000010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616346; }

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

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

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

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

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

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

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

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