#616345

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

Shades of Woodland #616345

Tints of Woodland #616345

Color information

#616345 (or 0x616345) is unknown color: approx Woodland. HEX triplet: 61, 63 and 45. RGB value is (97,99,69). Sum of RGB (Red+Green+Blue) = 97+99+69=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #616345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616345 is #9E9CBA. Grayscale: #5F5F5F. Windows color (decimal): -10394811 or 4547425. OLE color: 4547425.

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

Color convert

RGB979969-
CMYK0.0200.300.61
HSL64º17.86%32.94%-
HSV(B)64º30.3%38.82%-
XYZ10.4711.897.37-
YUV94.98113.34129.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 99 (39.06% from 255) = 37.36%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=36.60%
G=37.36%
B=26.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799690.0200.300.616417.8632.94
Hex616345201E3D401221
Octal1411431052036751002241
Binary11000011100011100010110011110111101100000010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616345; }

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

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

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

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

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

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

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

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