Html Css Color HEX #616940 Woodland

📋 copy color: '#616940'

red 97 ◦ green 105 ◦ blue 64

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

Shades of Woodland #616940

Tints of Woodland #616940

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.47%

 BLUE value IS 64 (25.39% from 255) = 24.06%

R = 36.47%
G = 39.47%
B = 24.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#616940 (or 0x616940) is known color: Woodland. HEX triplet: 61, 69 and 40. RGB value is (97,105,64). Sum of RGB (Red+Green+Blue) = 97+105+64=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 105 - color contains mainly: green. Hex color #616940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616940 is #9E96BF. Grayscale: #626262. Windows color (decimal): -10393280 or 4221281. OLE color: 4221281.

HSL color Cylindrical-coordinate representation of color #616940: hue angle of 71.71º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #616940 is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 105 64 -
CMYK 0.08 0 0.39 0.59
HSL 71.71º 0.24% 0.33% -
HSV(B) 71.71º 0.39% 0.41% -
XYZ 10.91 13.01 6.79 -
YUV 97.93 108.85 127.33 -
System Red Green Blue C M Y K H S L
Decimal 97 105 64 0.08 0 0.39 0.59 71.71 0.24 0.33
Hex 61 69 40 8 0 27 3B 48 18 21
Octal 141 151 100 10 0 47 73 110 30 41
Binary 1100001 1101001 1000000 1000 0 100111 111011 1001000 11000 100001

Color Harmonies of #616940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616940

Black with #616940

Text Example


Text Example

White with #616940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616940; }

 p { color: rgb(97,105,64); }

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

background-color css

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

 a { background-color: rgb(97,105,64); }

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

border-color css

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

 span { border-color: rgb(97,105,64); }

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