Html Css Color HEX #616550 Woodland

📋 copy color: '#616550'

red 97 ◦ green 101 ◦ blue 80

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

Shades of Woodland #616550

Tints of Woodland #616550

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.33%

 BLUE value IS 80 (31.64% from 255) = 28.78%

R = 34.89%
G = 36.33%
B = 28.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#616550 (or 0x616550) is known color: Woodland. HEX triplet: 61, 65 and 50. RGB value is (97,101,80). Sum of RGB (Red+Green+Blue) = 97+101+80=278 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.89% from 278); Green value is 101 (39.84% from 255 or 36.33% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 101 - color contains mainly: green. Hex color #616550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616550 is #9E9AAF. Grayscale: #616161. Windows color (decimal): -10394288 or 5268833. OLE color: 5268833.

HSL color Cylindrical-coordinate representation of color #616550: hue angle of 71.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #616550 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 97 101 80 -
CMYK 0.04 0 0.21 0.60
HSL 71.43º 0.12% 0.35% -
HSV(B) 71.43º 0.21% 0.4% -
XYZ 11.03 12.43 9.41 -
YUV 97.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 97 101 80 0.04 0 0.21 0.60 71.43 0.12 0.35
Hex 61 65 50 4 0 15 3C 47 C 23
Octal 141 145 120 4 0 25 74 107 14 43
Binary 1100001 1100101 1010000 100 0 10101 111100 1000111 1100 100011

Color Harmonies of #616550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616550

Black with #616550

Text Example


Text Example

White with #616550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616550; }

 p { color: rgb(97,101,80); }

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

background-color css

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

 a { background-color: rgb(97,101,80); }

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

border-color css

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

 span { border-color: rgb(97,101,80); }

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