Html Css Color HEX #616B49 Woodland

📋 copy color: '#616B49'

red 97 ◦ green 107 ◦ blue 73

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

Shades of Woodland #616B49

Tints of Woodland #616B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.63%

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

R = 35.02%
G = 38.63%
B = 26.35%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#616B49 (or 0x616B49) is known color: Woodland. HEX triplet: 61, 6B and 49. RGB value is (97,107,73). Sum of RGB (Red+Green+Blue) = 97+107+73=277 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.02% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 73 (28.91% from 255 or 26.35% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #616B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616B49 is #9E94B6. Grayscale: #646464. Windows color (decimal): -10392759 or 4811617. OLE color: 4811617.

HSL color Cylindrical-coordinate representation of color #616B49: hue angle of 77.65º 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 #616B49 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 107 73 -
CMYK 0.09 0 0.32 0.58
HSL 77.65º 0.19% 0.35% -
HSV(B) 77.65º 0.32% 0.42% -
XYZ 11.39 13.54 8.32 -
YUV 100.13 112.69 125.76 -
System Red Green Blue C M Y K H S L
Decimal 97 107 73 0.09 0 0.32 0.58 77.65 0.19 0.35
Hex 61 6B 49 9 0 20 3A 4E 13 23
Octal 141 153 111 11 0 40 72 116 23 43
Binary 1100001 1101011 1001001 1001 0 100000 111010 1001110 10011 100011

Color Harmonies of #616B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616B49

Black with #616B49

Text Example


Text Example

White with #616B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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