#616341

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

Shades of Woodland #616341

Tints of Woodland #616341

Color information

#616341 (or 0x616341) is unknown color: approx Woodland. HEX triplet: 61, 63 and 41. RGB value is (97,99,65). Sum of RGB (Red+Green+Blue) = 97+99+65=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #616341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616341 is #9E9CBE. Grayscale: #5E5E5E. Windows color (decimal): -10394815 or 4285281. OLE color: 4285281.

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

Color convert

RGB979965-
CMYK0.0200.340.61
HSL63.53º20.73%32.16%-
HSV(B)63.53º34.34%38.82%-
XYZ10.3511.856.74-
YUV94.53111.34129.76-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 37.16%
GREEN value IS 99 (39.06% from 255) = 37.93%
BLUE value IS 65 (25.78% from 255) = 24.90%
R=37.16%
G=37.93%
B=24.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9799650.0200.340.6163.5320.7332.16
Hex61634120223D401520
Octal1411431012042751002540
Binary110000111000111000001100100010111101100000010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616341; }

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

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

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

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

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

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

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

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