#616444

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

Shades of Woodland #616444

Tints of Woodland #616444

Color information

#616444 (or 0x616444) is unknown color: approx Woodland. HEX triplet: 61, 64 and 44. RGB value is (97,100,68). Sum of RGB (Red+Green+Blue) = 97+100+68=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #616444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616444 is #9E9BBB. Grayscale: #5F5F5F. Windows color (decimal): -10394556 or 4482145. OLE color: 4482145.

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

Color convert

RGB9710068-
CMYK0.0300.320.61
HSL65.62º19.05%32.94%-
HSV(B)65.62º32%39.22%-
XYZ10.5312.077.24-
YUV95.46112.51129.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.60%
GREEN value IS 100 (39.45% from 255) = 37.74%
BLUE value IS 68 (26.95% from 255) = 25.66%
R=36.60%
G=37.74%
B=25.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100680.0300.320.6165.6219.0532.94
Hex61644430203D421321
Octal1411441043040751022341
Binary110000111001001000100110100000111101100001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616444; }

 p { color: rgb(97,100,68); }

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

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

 a { background-color: rgb(97,100,68); }

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

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

 span { border-color: rgb(97,100,68); }

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