#616546

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

Shades of Woodland #616546

Tints of Woodland #616546

Color information

#616546 (or 0x616546) is unknown color: approx Woodland. HEX triplet: 61, 65 and 46. RGB value is (97,101,70). Sum of RGB (Red+Green+Blue) = 97+101+70=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 101 (39.84% from 255 or 37.69% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 101 - color contains mainly: green. Hex color #616546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616546 is #9E9AB9. Grayscale: #606060. Windows color (decimal): -10394298 or 4613473. OLE color: 4613473.

HSL color Cylindrical-coordinate representation of color #616546: hue angle of 67.74º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #616546 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB9710170-
CMYK0.0400.310.60
HSL67.74º18.13%33.53%-
HSV(B)67.74º30.69%39.61%-
XYZ10.6912.297.6-
YUV96.27113.17128.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.19%
GREEN value IS 101 (39.84% from 255) = 37.69%
BLUE value IS 70 (27.73% from 255) = 26.12%
R=36.19%
G=37.69%
B=26.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101700.0400.310.6067.7418.1333.53
Hex616546401F3C441222
Octal1411451064037741042242
Binary110000111001011000110100011111111100100010010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616546; }

 p { color: rgb(97,101,70); }

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

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

 a { background-color: rgb(97,101,70); }

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

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

 span { border-color: rgb(97,101,70); }

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