#616B45

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

Shades of Woodland #616B45

Tints of Woodland #616B45

Color information

#616B45 (or 0x616B45) is unknown color: approx Woodland. HEX triplet: 61, 6B and 45. RGB value is (97,107,69). Sum of RGB (Red+Green+Blue) = 97+107+69=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #616B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616B45 is #9E94BA. Grayscale: #636363. Windows color (decimal): -10392763 or 4549473. OLE color: 4549473.

HSL color Cylindrical-coordinate representation of color #616B45: hue angle of 75.79º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #616B45 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB9710769-
CMYK0.0900.360.58
HSL75.79º21.59%34.51%-
HSV(B)75.79º35.51%41.96%-
XYZ11.2613.497.64-
YUV99.68110.69126.09-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 69 (27.34% from 255) = 25.27%
R=35.53%
G=39.19%
B=25.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97107690.0900.360.5875.7921.5934.51
Hex616B4590243A4c1623
Octal14115310511044721142643
Binary11000011101011100010110010100100111010100110010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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