#616532

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

Shades of Rain Forest #616532

Tints of Rain Forest #616532

Color information

#616532 (or 0x616532) is unknown color: approx Rain Forest. HEX triplet: 61, 65 and 32. RGB value is (97,101,50). Sum of RGB (Red+Green+Blue) = 97+101+50=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 101 - color contains mainly: green. Hex color #616532 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616532 is #9E9ACD. Grayscale: #5E5E5E. Windows color (decimal): -10394318 or 3302753. OLE color: 3302753.

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

Color convert

RGB9710150-
CMYK0.0400.500.60
HSL64.71º33.77%29.61%-
HSV(B)64.71º50.5%39.61%-
XYZ10.1612.084.81-
YUV93.99103.17130.15-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.11%
GREEN value IS 101 (39.84% from 255) = 40.73%
BLUE value IS 50 (19.92% from 255) = 20.16%
R=39.11%
G=40.73%
B=20.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal97101500.0400.500.6064.7133.7729.61
Hex61653240323C41221e
Octal141145624062741014236
Binary110000111001011100101000110010111100100000110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616532; }

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

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

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

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

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

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

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

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