Html Css Color HEX #616A35 Rain Forest

📋 copy color: '#616A35'

red 97 ◦ green 106 ◦ blue 53

#616A35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rain Forest #616A35

Tints of Rain Forest #616A35

RGB

 RED value IS 97 (38.28% from 255) = 37.89%

 GREEN value IS 106 (41.8% from 255) = 41.41%

 BLUE value IS 53 (21.09% from 255) = 20.7%

R = 37.89%
G = 41.41%
B = 20.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.5

 K value IS 0.58

RGB Variations

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

Color information

#616A35 (or 0x616A35) is known color: Rain Forest. HEX triplet: 61, 6A and 35. RGB value is (97,106,53). Sum of RGB (Red+Green+Blue) = 97+106+53=256 (33% of max value = 765). Red value is 97 (38.28% from 255 or 37.89% from 256); Green value is 106 (41.80% from 255 or 41.41% from 256); Blue value is 53 (21.09% from 255 or 20.70% from 256); Max value from RGB is 106 - color contains mainly: green. Hex color #616A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616A35 is #9E95CA. Grayscale: #616161. Windows color (decimal): -10393035 or 3500641. OLE color: 3500641.

HSL color Cylindrical-coordinate representation of color #616A35: hue angle of 70.19º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #616A35 is Cyan = 0.08, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 106 53 -
CMYK 0.08 0 0.5 0.58
HSL 70.19º 0.33% 0.31% -
HSV(B) 70.19º 0.5% 0.42% -
XYZ 10.73 13.11 5.33 -
YUV 97.27 103.02 127.81 -
System Red Green Blue C M Y K H S L
Decimal 97 106 53 0.08 0 0.5 0.58 70.19 0.33 0.31
Hex 61 6A 35 8 0 32 3A 46 21 1F
Octal 141 152 65 10 0 62 72 106 41 37
Binary 1100001 1101010 110101 1000 0 110010 111010 1000110 100001 11111

Color Harmonies of #616A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A35

Black with #616A35

Text Example


Text Example

White with #616A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616A35; }

 p { color: rgb(97,106,53); }

 H1.HeaderClassName
 {
   color: #616A35;
 }
 .AnyTagClassName
 {
   color: #616A35;
 }
</style>

background-color css

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

 a { background-color: rgb(97,106,53); }

 div.DivClassName
 {
   background-color: #616A35;
 }
 .BgClassName
 {
   background-color: #616A35;
 }
</style>

border-color css

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

 span { border-color: rgb(97,106,53); }

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