Html Css Color HEX #616C44 Woodland

📋 copy color: '#616C44'

red 97 ◦ green 108 ◦ blue 68

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

Shades of Woodland #616C44

Tints of Woodland #616C44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 35.53%
G = 39.56%
B = 24.91%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#616C44 (or 0x616C44) is known color: Woodland. HEX triplet: 61, 6C and 44. RGB value is (97,108,68). Sum of RGB (Red+Green+Blue) = 97+108+68=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 108 - color contains mainly: green. Hex color #616C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616C44 is #9E93BB. Grayscale: #646464. Windows color (decimal): -10392508 or 4484193. OLE color: 4484193.

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

Color convert

RGB 97 108 68 -
CMYK 0.10 0 0.37 0.58
HSL 76.5º 0.23% 0.35% -
HSV(B) 76.5º 0.37% 0.42% -
XYZ 11.34 13.68 7.51 -
YUV 100.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 97 108 68 0.10 0 0.37 0.58 76.5 0.23 0.35
Hex 61 6C 44 A 0 25 3A 4C 17 23
Octal 141 154 104 12 0 45 72 114 27 43
Binary 1100001 1101100 1000100 1010 0 100101 111010 1001100 10111 100011

Color Harmonies of #616C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616C44

Black with #616C44

Text Example


Text Example

White with #616C44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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