Html Css Color HEX #616441 Woodland

📋 copy color: '#616441'

red 97 ◦ green 100 ◦ blue 65

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

Shades of Woodland #616441

Tints of Woodland #616441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 37.02%
G = 38.17%
B = 24.81%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#616441 (or 0x616441) is known color: Woodland. HEX triplet: 61, 64 and 41. RGB value is (97,100,65). Sum of RGB (Red+Green+Blue) = 97+100+65=262 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.02% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 100 - color contains mainly: green. Hex color #616441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616441 is #9E9BBE. Grayscale: #5F5F5F. Windows color (decimal): -10394559 or 4285537. OLE color: 4285537.

HSL color Cylindrical-coordinate representation of color #616441: hue angle of 65.14º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #616441 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 97 100 65 -
CMYK 0.03 0 0.35 0.61
HSL 65.14º 0.21% 0.32% -
HSV(B) 65.14º 0.35% 0.39% -
XYZ 10.44 12.04 6.77 -
YUV 95.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 97 100 65 0.03 0 0.35 0.61 65.14 0.21 0.32
Hex 61 64 41 3 0 23 3D 41 15 20
Octal 141 144 101 3 0 43 75 101 25 40
Binary 1100001 1100100 1000001 11 0 100011 111101 1000001 10101 100000

Color Harmonies of #616441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616441

Black with #616441

Text Example


Text Example

White with #616441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616441; }

 p { color: rgb(97,100,65); }

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

background-color css

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

 a { background-color: rgb(97,100,65); }

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

border-color css

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

 span { border-color: rgb(97,100,65); }

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