#616B3C

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

Shades of Woodland #616B3C

Tints of Woodland #616B3C

Color information

#616B3C (or 0x616B3C) is unknown color: approx Woodland. HEX triplet: 61, 6B and 3C. RGB value is (97,107,60). Sum of RGB (Red+Green+Blue) = 97+107+60=264 (34% of max value = 765). Red value is 97 (38.28% from 255 or 36.74% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #616B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616B3C is #9E94C3. Grayscale: #626262. Windows color (decimal): -10392772 or 3959649. OLE color: 3959649.

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

Color convert

RGB9710760-
CMYK0.0900.440.58
HSL72.77º28.14%32.75%-
HSV(B)72.77º43.93%41.96%-
XYZ1113.386.28-
YUV98.65106.19126.82-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.74%
GREEN value IS 107 (42.19% from 255) = 40.53%
BLUE value IS 60 (23.83% from 255) = 22.73%
R=36.74%
G=40.53%
B=22.73%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97107600.0900.440.5872.7728.1432.75
Hex616B3C902C3A491c21
Octal1411537411054721113441
Binary1100001110101111110010010101100111010100100111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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