Html Css Color HEX #616C49 Woodland

📋 copy color: '#616C49'

red 97 ◦ green 108 ◦ blue 73

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

Shades of Woodland #616C49

Tints of Woodland #616C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 38.85%

 BLUE value IS 73 (28.91% from 255) = 26.26%

R = 34.89%
G = 38.85%
B = 26.26%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#616C49 (or 0x616C49) is known color: Woodland. HEX triplet: 61, 6C and 49. RGB value is (97,108,73). Sum of RGB (Red+Green+Blue) = 97+108+73=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 108 - color contains mainly: green. Hex color #616C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616C49 is #9E93B6. Grayscale: #646464. Windows color (decimal): -10392503 or 4811873. OLE color: 4811873.

HSL color Cylindrical-coordinate representation of color #616C49: hue angle of 78.86º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #616C49 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 108 73 -
CMYK 0.10 0 0.32 0.58
HSL 78.86º 0.19% 0.35% -
HSV(B) 78.86º 0.32% 0.42% -
XYZ 11.49 13.75 8.35 -
YUV 100.72 112.36 125.35 -
System Red Green Blue C M Y K H S L
Decimal 97 108 73 0.10 0 0.32 0.58 78.86 0.19 0.35
Hex 61 6C 49 A 0 20 3A 4F 13 23
Octal 141 154 111 12 0 40 72 117 23 43
Binary 1100001 1101100 1001001 1010 0 100000 111010 1001111 10011 100011

Color Harmonies of #616C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C49

Black with #616C49

Text Example


Text Example

White with #616C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,108,73); }

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

background-color css

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

 a { background-color: rgb(97,108,73); }

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

border-color css

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

 span { border-color: rgb(97,108,73); }

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