Html Css Color HEX #616444 Woodland

📋 copy color: '#616444'

red 97 ◦ green 100 ◦ blue 68

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

Shades of Woodland #616444

Tints of Woodland #616444

RGB

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

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

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

R = 36.6%
G = 37.74%
B = 25.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#616444 (or 0x616444) is known color: Woodland. HEX triplet: 61, 64 and 44. RGB value is (97,100,68). Sum of RGB (Red+Green+Blue) = 97+100+68=265 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.60% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 68 (26.95% from 255 or 25.66% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #616444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616444 is #9E9BBB. Grayscale: #5F5F5F. Windows color (decimal): -10394556 or 4482145. OLE color: 4482145.

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

Color convert

RGB 97 100 68 -
CMYK 0.03 0 0.32 0.61
HSL 65.63º 0.19% 0.33% -
HSV(B) 65.63º 0.32% 0.39% -
XYZ 10.53 12.07 7.24 -
YUV 95.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 97 100 68 0.03 0 0.32 0.61 65.63 0.19 0.33
Hex 61 64 44 3 0 20 3D 42 13 21
Octal 141 144 104 3 0 40 75 102 23 41
Binary 1100001 1100100 1000100 11 0 100000 111101 1000010 10011 100001

Color Harmonies of #616444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616444

Black with #616444

Text Example


Text Example

White with #616444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616444; }

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

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

background-color css

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

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

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

border-color css

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

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

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