#616550

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

Shades of Woodland #616550

Tints of Woodland #616550

Color information

#616550 (or 0x616550) is unknown color: approx Woodland. HEX triplet: 61, 65 and 50. RGB value is (97,101,80). Sum of RGB (Red+Green+Blue) = 97+101+80=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #616550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616550 is #9E9AAF. Grayscale: #616161. Windows color (decimal): -10394288 or 5268833. OLE color: 5268833.

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

Color convert

RGB9710180-
CMYK0.0400.210.60
HSL71.43º11.6%35.49%-
HSV(B)71.43º20.79%39.61%-
XYZ11.0312.439.41-
YUV97.41118.17127.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.89%
GREEN value IS 101 (39.84% from 255) = 36.33%
BLUE value IS 80 (31.64% from 255) = 28.78%
R=34.89%
G=36.33%
B=28.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101800.0400.210.6071.4311.635.49
Hex61655040153C47c23
Octal1411451204025741071443
Binary11000011100101101000010001010111110010001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616550; }

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

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

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

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

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

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

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

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