#616441

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

Shades of Woodland #616441

Tints of Woodland #616441

Color information

#616441 (or 0x616441) is unknown color: approx Woodland. HEX triplet: 61, 64 and 41. RGB value is (97,100,65). Sum of RGB (Red+Green+Blue) = 97+100+65=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 100 - color contains mainly: green. Hex color #616441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616441 is #9E9BBE. Grayscale: #5F5F5F. Windows color (decimal): -10394559 or 4285537. OLE color: 4285537.

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

Color convert

RGB9710065-
CMYK0.0300.350.61
HSL65.14º21.21%32.35%-
HSV(B)65.14º35%39.22%-
XYZ10.4412.046.77-
YUV95.11111.01129.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.02%
GREEN value IS 100 (39.45% from 255) = 38.17%
BLUE value IS 65 (25.78% from 255) = 24.81%
R=37.02%
G=38.17%
B=24.81%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal97100650.0300.350.6165.1421.2132.35
Hex61644130233D411520
Octal1411441013043751012540
Binary110000111001001000001110100011111101100000110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616441; }

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

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

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

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

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

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

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

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