Html Css Color HEX #616849 Woodland

📋 copy color: '#616849'

red 97 ◦ green 104 ◦ blue 73

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

Shades of Woodland #616849

Tints of Woodland #616849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.96%

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

R = 35.4%
G = 37.96%
B = 26.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#616849 (or 0x616849) is known color: Woodland. HEX triplet: 61, 68 and 49. RGB value is (97,104,73). Sum of RGB (Red+Green+Blue) = 97+104+73=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 104 (41.02% from 255 or 37.96% from 274); Blue value is 73 (28.91% from 255 or 26.64% from 274); Max value from RGB is 104 - color contains mainly: green. Hex color #616849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616849 is #9E97B6. Grayscale: #626262. Windows color (decimal): -10393527 or 4810849. OLE color: 4810849.

HSL color Cylindrical-coordinate representation of color #616849: hue angle of 73.55º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #616849 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 104 73 -
CMYK 0.07 0 0.30 0.59
HSL 73.55º 0.18% 0.35% -
HSV(B) 73.55º 0.3% 0.41% -
XYZ 11.08 12.92 8.21 -
YUV 98.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 97 104 73 0.07 0 0.30 0.59 73.55 0.18 0.35
Hex 61 68 49 7 0 1E 3B 4A 12 23
Octal 141 150 111 7 0 36 73 112 22 43
Binary 1100001 1101000 1001001 111 0 11110 111011 1001010 10010 100011

Color Harmonies of #616849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616849

Black with #616849

Text Example


Text Example

White with #616849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616849; }

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

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

background-color css

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

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

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

border-color css

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

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

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