#616B40

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

Shades of Woodland #616B40

Tints of Woodland #616B40

Color information

#616B40 (or 0x616B40) is unknown color: approx Woodland. HEX triplet: 61, 6B and 40. RGB value is (97,107,64). Sum of RGB (Red+Green+Blue) = 97+107+64=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #616B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616B40 is #9E94BF. Grayscale: #636363. Windows color (decimal): -10392768 or 4221793. OLE color: 4221793.

HSL color Cylindrical-coordinate representation of color #616B40: hue angle of 73.95º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #616B40 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB9710764-
CMYK0.0900.400.58
HSL73.95º25.15%33.53%-
HSV(B)73.95º40.19%41.96%-
XYZ11.1113.436.86-
YUV99.11108.19126.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=36.19%
G=39.93%
B=23.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97107640.0900.400.5873.9525.1533.53
Hex616B4090283A4a1922
Octal14115310011050721123142
Binary11000011101011100000010010101000111010100101011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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